#36445D

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

Shades of Gulf Blue #36445D

Tints of Gulf Blue #36445D

Color information

#36445D (or 0x36445D) is unknown color: approx Gulf Blue. HEX triplet: 36, 44 and 5D. RGB value is (54,68,93). Sum of RGB (Red+Green+Blue) = 54+68+93=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #36445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36445D is #C9BBA2. Grayscale: #424242. Windows color (decimal): -13220771 or 6112310. OLE color: 6112310.

HSL color Cylindrical-coordinate representation of color #36445D: hue angle of 218.46º 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 #36445D is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB546893-
CMYK0.420.2700.64
HSL218.46º26.53%28.82%-
HSV(B)218.46º41.94%36.47%-
XYZ5.565.7111.16-
YUV66.66142.86118.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=25.12%
G=31.63%
B=43.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5468930.420.2700.64218.4626.5328.82
Hex36445D2A1B040da1b1d
Octal66104135523301003323335
Binary110110100010010111011010101101101000000110110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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