Html Css Color HEX #37405C Gulf Blue

📋 copy color: '#37405C'

red 55 ◦ green 64 ◦ blue 92

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

Shades of Gulf Blue #37405C

Tints of Gulf Blue #37405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 26.07%
G = 30.33%
B = 43.6%

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

#37405C (or 0x37405C) is known color: Gulf Blue. HEX triplet: 37, 40 and 5C. RGB value is (55,64,92). Sum of RGB (Red+Green+Blue) = 55+64+92=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #37405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37405C is #C8BFA3. Grayscale: #404040. Windows color (decimal): -13156260 or 6045751. OLE color: 6045751.

HSL color Cylindrical-coordinate representation of color #37405C: hue angle of 225.41º 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 #37405C is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 64 92 -
CMYK 0.40 0.30 0 0.64
HSL 225.41º 0.25% 0.29% -
HSV(B) 225.41º 0.4% 0.36% -
XYZ 5.34 5.25 10.86 -
YUV 64.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 55 64 92 0.40 0.30 0 0.64 225.41 0.25 0.29
Hex 37 40 5C 28 1E 0 40 E1 19 1D
Octal 67 100 134 50 36 0 100 341 31 35
Binary 110111 1000000 1011100 101000 11110 0 1000000 11100001 11001 11101

Color Harmonies of #37405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37405C

Black with #37405C

Text Example


Text Example

White with #37405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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