#36405A

Color #36405A Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #36405A

Tints of Gulf Blue #36405A

Color information

#36405A (or 0x36405A) is unknown color: approx Gulf Blue. HEX triplet: 36, 40 and 5A. RGB value is (54,64,90). Sum of RGB (Red+Green+Blue) = 54+64+90=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #36405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36405A is #C9BFA5. Grayscale: #3F3F3F. Windows color (decimal): -13221798 or 5914678. OLE color: 5914678.

HSL color Cylindrical-coordinate representation of color #36405A: hue angle of 223.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36405A is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546490-
CMYK0.400.2900.65
HSL223.33º25%28.24%-
HSV(B)223.33º40%35.29%-
XYZ5.25.1910.4-
YUV63.97142.69120.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=25.96%
G=30.77%
B=43.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5464900.400.2900.65223.332528.24
Hex36405A281D041df191c
Octal66100132503501013373134
Binary110110100000010110101010001110101000001110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36405A; }

 p { color: rgb(54,64,90); }

 H1.HeaderClassName
 {
   color: #36405A;
 }
 .AnyTagClassName
 {
   color: #36405A;
 }
</style>
background-color css

<style>
 a { background-color: #36405A; }

 a { background-color: rgb(54,64,90); }

 div.DivClassName
 {
   background-color: #36405A;
 }
 .BgClassName
 {
   background-color: #36405A;
 }
</style>
border-color css

<style>
 span { border-color: #36405A; }

 span { border-color: rgb(54,64,90); }

 td.TdClassName
 {
   border-color: #36405A;
 }
 .TagClassName
 {
   border-color: #36405A;
 }
</style>