Html Css Color HEX #36435F Gulf Blue

📋 copy color: '#36435F'

red 54 ◦ green 67 ◦ blue 95

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

Shades of Gulf Blue #36435F

Tints of Gulf Blue #36435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 25%
G = 31.02%
B = 43.98%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36435F (or 0x36435F) is known color: Gulf Blue. HEX triplet: 36, 43 and 5F. RGB value is (54,67,95). Sum of RGB (Red+Green+Blue) = 54+67+95=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #36435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36435F is #C9BCA0. Grayscale: #424242. Windows color (decimal): -13221025 or 6243126. OLE color: 6243126.

HSL color Cylindrical-coordinate representation of color #36435F: hue angle of 220.98º 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 #36435F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 67 95 -
CMYK 0.43 0.29 0 0.63
HSL 220.98º 0.28% 0.29% -
HSV(B) 220.98º 0.43% 0.37% -
XYZ 5.59 5.62 11.62 -
YUV 66.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 54 67 95 0.43 0.29 0 0.63 220.98 0.28 0.29
Hex 36 43 5F 2B 1D 0 3F DD 1C 1D
Octal 66 103 137 53 35 0 77 335 34 35
Binary 110110 1000011 1011111 101011 11101 0 111111 11011101 11100 11101

Color Harmonies of #36435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36435F

Black with #36435F

Text Example


Text Example

White with #36435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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