Html Css Color HEX #37435A Gulf Blue

📋 copy color: '#37435A'

red 55 ◦ green 67 ◦ blue 90

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

Shades of Gulf Blue #37435A

Tints of Gulf Blue #37435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 25.94%
G = 31.6%
B = 42.45%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37435A (or 0x37435A) is known color: Gulf Blue. HEX triplet: 37, 43 and 5A. RGB value is (55,67,90). Sum of RGB (Red+Green+Blue) = 55+67+90=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #37435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37435A is #C8BCA5. Grayscale: #414141. Windows color (decimal): -13155494 or 5915447. OLE color: 5915447.

HSL color Cylindrical-coordinate representation of color #37435A: hue angle of 219.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37435A is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 67 90 -
CMYK 0.39 0.26 0 0.65
HSL 219.43º 0.24% 0.28% -
HSV(B) 219.43º 0.39% 0.35% -
XYZ 5.43 5.56 10.46 -
YUV 66.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 55 67 90 0.39 0.26 0 0.65 219.43 0.24 0.28
Hex 37 43 5A 27 1A 0 41 DB 18 1C
Octal 67 103 132 47 32 0 101 333 30 34
Binary 110111 1000011 1011010 100111 11010 0 1000001 11011011 11000 11100

Color Harmonies of #37435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37435A

Black with #37435A

Text Example


Text Example

White with #37435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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