Html Css Color HEX #37435F Gulf Blue

📋 copy color: '#37435F'

red 55 ◦ green 67 ◦ blue 95

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

Shades of Gulf Blue #37435F

Tints of Gulf Blue #37435F

RGB

 RED value IS 55 (21.88% from 255) = 25.35%

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

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

R = 25.35%
G = 30.88%
B = 43.78%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37435F (or 0x37435F) is known color: Gulf Blue. HEX triplet: 37, 43 and 5F. RGB value is (55,67,95). Sum of RGB (Red+Green+Blue) = 55+67+95=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 67 (26.56% from 255 or 30.88% 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 #37435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37435F is #C8BCA0. Grayscale: #424242. Windows color (decimal): -13155489 or 6243127. OLE color: 6243127.

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

Color convert

RGB 55 67 95 -
CMYK 0.42 0.29 0 0.63
HSL 222º 0.27% 0.29% -
HSV(B) 222º 0.42% 0.37% -
XYZ 5.65 5.65 11.62 -
YUV 66.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 55 67 95 0.42 0.29 0 0.63 222 0.27 0.29
Hex 37 43 5F 2A 1D 0 3F DE 1B 1D
Octal 67 103 137 52 35 0 77 336 33 35
Binary 110111 1000011 1011111 101010 11101 0 111111 11011110 11011 11101

Color Harmonies of #37435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37435F

Black with #37435F

Text Example


Text Example

White with #37435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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