Html Css Color HEX #37405B Gulf Blue

📋 copy color: '#37405B'

red 55 ◦ green 64 ◦ blue 91

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

Shades of Gulf Blue #37405B

Tints of Gulf Blue #37405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 26.19%
G = 30.48%
B = 43.33%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37405B (or 0x37405B) is known color: Gulf Blue. HEX triplet: 37, 40 and 5B. RGB value is (55,64,91). Sum of RGB (Red+Green+Blue) = 55+64+91=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #37405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37405B is #C8BFA4. Grayscale: #404040. Windows color (decimal): -13156261 or 5980215. OLE color: 5980215.

HSL color Cylindrical-coordinate representation of color #37405B: hue angle of 225º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37405B is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 64 91 -
CMYK 0.40 0.30 0 0.64
HSL 225º 0.25% 0.29% -
HSV(B) 225º 0.4% 0.36% -
XYZ 5.3 5.23 10.63 -
YUV 64.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 55 64 91 0.40 0.30 0 0.64 225 0.25 0.29
Hex 37 40 5B 28 1E 0 40 E1 19 1D
Octal 67 100 133 50 36 0 100 341 31 35
Binary 110111 1000000 1011011 101000 11110 0 1000000 11100001 11001 11101

Color Harmonies of #37405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37405B

Black with #37405B

Text Example


Text Example

White with #37405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37405B; }

 p { color: rgb(55,64,91); }

 H1.HeaderClassName
 {
   color: #37405B;
 }
 .AnyTagClassName
 {
   color: #37405B;
 }
</style>

background-color css

<style>
 a { background-color: #37405B; }

 a { background-color: rgb(55,64,91); }

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

border-color css

<style>
 span { border-color: #37405B; }

 span { border-color: rgb(55,64,91); }

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