#36405D

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

Shades of Gulf Blue #36405D

Tints of Gulf Blue #36405D

Color information

#36405D (or 0x36405D) is unknown color: approx Gulf Blue. HEX triplet: 36, 40 and 5D. RGB value is (54,64,93). Sum of RGB (Red+Green+Blue) = 54+64+93=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #36405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36405D is #C9BFA2. Grayscale: #404040. Windows color (decimal): -13221795 or 6111286. OLE color: 6111286.

HSL color Cylindrical-coordinate representation of color #36405D: hue angle of 224.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36405D is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB546493-
CMYK0.420.3100.64
HSL224.62º26.53%28.82%-
HSV(B)224.62º41.94%36.47%-
XYZ5.335.2411.09-
YUV64.32144.19120.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=25.59%
G=30.33%
B=44.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5464930.420.3100.64224.6226.5328.82
Hex36405D2A1F040e11b1d
Octal66100135523701003413335
Binary110110100000010111011010101111101000000111000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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