Html Css Color HEX #36445F Gulf Blue

📋 copy color: '#36445F'

red 54 ◦ green 68 ◦ blue 95

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

Shades of Gulf Blue #36445F

Tints of Gulf Blue #36445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.78%

R = 24.88%
G = 31.34%
B = 43.78%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36445F (or 0x36445F) is known color: Gulf Blue. HEX triplet: 36, 44 and 5F. RGB value is (54,68,95). Sum of RGB (Red+Green+Blue) = 54+68+95=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #36445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36445F is #C9BBA0. Grayscale: #424242. Windows color (decimal): -13220769 or 6243382. OLE color: 6243382.

HSL color Cylindrical-coordinate representation of color #36445F: hue angle of 219.51º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36445F is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 68 95 -
CMYK 0.43 0.28 0 0.63
HSL 219.51º 0.28% 0.29% -
HSV(B) 219.51º 0.43% 0.37% -
XYZ 5.65 5.74 11.64 -
YUV 66.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 54 68 95 0.43 0.28 0 0.63 219.51 0.28 0.29
Hex 36 44 5F 2B 1C 0 3F DC 1C 1D
Octal 66 104 137 53 34 0 77 334 34 35
Binary 110110 1000100 1011111 101011 11100 0 111111 11011100 11100 11101

Color Harmonies of #36445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36445F

Black with #36445F

Text Example


Text Example

White with #36445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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