Html Css Color HEX #36445C Gulf Blue

📋 copy color: '#36445C'

red 54 ◦ green 68 ◦ blue 92

#36445C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #36445C

Tints of Gulf Blue #36445C

RGB

 RED value IS 54 (21.48% from 255) = 25.23%

 GREEN value IS 68 (26.95% from 255) = 31.78%

 BLUE value IS 92 (36.33% from 255) = 42.99%

R = 25.23%
G = 31.78%
B = 42.99%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36445C (or 0x36445C) is known color: Gulf Blue. HEX triplet: 36, 44 and 5C. RGB value is (54,68,92). Sum of RGB (Red+Green+Blue) = 54+68+92=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #36445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36445C is #C9BBA3. Grayscale: #424242. Windows color (decimal): -13220772 or 6046774. OLE color: 6046774.

HSL color Cylindrical-coordinate representation of color #36445C: hue angle of 217.89º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36445C is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 68 92 -
CMYK 0.41 0.26 0 0.64
HSL 217.89º 0.26% 0.29% -
HSV(B) 217.89º 0.41% 0.36% -
XYZ 5.52 5.69 10.93 -
YUV 66.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 54 68 92 0.41 0.26 0 0.64 217.89 0.26 0.29
Hex 36 44 5C 29 1A 0 40 DA 1A 1D
Octal 66 104 134 51 32 0 100 332 32 35
Binary 110110 1000100 1011100 101001 11010 0 1000000 11011010 11010 11101

Color Harmonies of #36445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36445C

Black with #36445C

Text Example


Text Example

White with #36445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36445C;
 }
 .AnyTagClassName
 {
   color: #36445C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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