Html Css Color HEX #37405E Gulf Blue

📋 copy color: '#37405E'

red 55 ◦ green 64 ◦ blue 94

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

Shades of Gulf Blue #37405E

Tints of Gulf Blue #37405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 25.82%
G = 30.05%
B = 44.13%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37405E (or 0x37405E) is known color: Gulf Blue. HEX triplet: 37, 40 and 5E. RGB value is (55,64,94). Sum of RGB (Red+Green+Blue) = 55+64+94=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #37405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37405E is #C8BFA1. Grayscale: #404040. Windows color (decimal): -13156258 or 6176823. OLE color: 6176823.

HSL color Cylindrical-coordinate representation of color #37405E: hue angle of 226.15º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37405E is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 64 94 -
CMYK 0.41 0.32 0 0.63
HSL 226.15º 0.26% 0.29% -
HSV(B) 226.15º 0.41% 0.37% -
XYZ 5.43 5.29 11.32 -
YUV 64.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 55 64 94 0.41 0.32 0 0.63 226.15 0.26 0.29
Hex 37 40 5E 29 20 0 3F E2 1A 1D
Octal 67 100 136 51 40 0 77 342 32 35
Binary 110111 1000000 1011110 101001 100000 0 111111 11100010 11010 11101

Color Harmonies of #37405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37405E

Black with #37405E

Text Example


Text Example

White with #37405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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