Html Css Color HEX #37415C Gulf Blue

📋 copy color: '#37415C'

red 55 ◦ green 65 ◦ blue 92

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

Shades of Gulf Blue #37415C

Tints of Gulf Blue #37415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 25.94%
G = 30.66%
B = 43.4%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37415C (or 0x37415C) is known color: Gulf Blue. HEX triplet: 37, 41 and 5C. RGB value is (55,65,92). Sum of RGB (Red+Green+Blue) = 55+65+92=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #37415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37415C is #C8BEA3. Grayscale: #404040. Windows color (decimal): -13156004 or 6046007. OLE color: 6046007.

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

Color convert

RGB 55 65 92 -
CMYK 0.40 0.29 0 0.64
HSL 223.78º 0.25% 0.29% -
HSV(B) 223.78º 0.4% 0.36% -
XYZ 5.4 5.37 10.88 -
YUV 65.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 55 65 92 0.40 0.29 0 0.64 223.78 0.25 0.29
Hex 37 41 5C 28 1D 0 40 E0 19 1D
Octal 67 101 134 50 35 0 100 340 31 35
Binary 110111 1000001 1011100 101000 11101 0 1000000 11100000 11001 11101

Color Harmonies of #37415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37415C

Black with #37415C

Text Example


Text Example

White with #37415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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