Color Hex Logo

#365abb Color Hex

#365ABB
(54,90,187)
0 Favorites   0 Comments

Color spaces of #365abb

RGB 5490187
HSL0.620.550.47
HSV224°71°73°
CMYK 0.710.520.00   0.27
XYZ14.147111.684548.5234
Yxy11.68450.19030.1571
Hunter Lab34.182614.0560-60.2364
CIE-Lab40.710220.5393-54.9899

#365abb color RGB value is (54,90,187).

#365abb hex color red value is 54, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #365abb hue: 0.62 , saturation: 0.55 and the lightness value of 365abb is 0.47.

The process color (four color CMYK) of #365abb color hex is 0.71, 0.52, 0.00, 0.27. Web safe color of #365abb is #3366cc. Color #365abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 10111011
Octal 66 132 273
Decimal 54 90 187
Hex 36 5A BB

RGB Percentages of Color #365abb

%16.31
%27.19
%56.50

CMYK Percentages of Color #365abb

%71
%52
%0
%27

Triadic Colors of #365abb

#365abb #bb365a #5abb36

Analogous Colors of #365abb

#365abb #5436bb #369dbb

Monochromatic Colors of #365abb

#365abb

Complementary Color

#365abb #bb9736

#365abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365abb Color CSS Codes

.mybgcolor {background-color:#365abb; } 
.myforecolor {color:#365abb; }
.mybordercolor {border:3px solid #365abb; }

#365abb Text Font Color

<p style="color:#365abb">Text here</p>

This sample text font color is #365abb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#365abb Background Color

<div style="background-color:#365abb">
Div content here</div>

This div background color is #365abb


#365abb Border Color

<div style="border:3px solid #365abb">
Div here</div>

This div border color is #365abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,90,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365abb;
  -webkit-box-shadow: 1px 1px 3px 2px #365abb;
  box-shadow:         1px 1px 3px 2px #365abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,90,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #365abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #365abb;
  -webkit-box-shadow: 1px 1px 3px 2px #365abb;
  box-shadow:         1px 1px 3px 2px #365abb;">
Div content here</div>

This div box has shadow with color #365abb


Comments

No comments written yet.

Please login to write comment.