Html Css Color HEX #37415B Gulf Blue

📋 copy color: '#37415B'

red 55 ◦ green 65 ◦ blue 91

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

Shades of Gulf Blue #37415B

Tints of Gulf Blue #37415B

RGB

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

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

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

R = 26.07%
G = 30.81%
B = 43.13%

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

#37415B (or 0x37415B) is known color: Gulf Blue. HEX triplet: 37, 41 and 5B. RGB value is (55,65,91). Sum of RGB (Red+Green+Blue) = 55+65+91=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #37415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37415B is #C8BEA4. Grayscale: #404040. Windows color (decimal): -13156005 or 5980471. OLE color: 5980471.

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

Color convert

RGB 55 65 91 -
CMYK 0.40 0.29 0 0.64
HSL 223.33º 0.25% 0.29% -
HSV(B) 223.33º 0.4% 0.36% -
XYZ 5.35 5.35 10.65 -
YUV 64.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 55 65 91 0.40 0.29 0 0.64 223.33 0.25 0.29
Hex 37 41 5B 28 1D 0 40 DF 19 1D
Octal 67 101 133 50 35 0 100 337 31 35
Binary 110111 1000001 1011011 101000 11101 0 1000000 11011111 11001 11101

Color Harmonies of #37415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37415B

Black with #37415B

Text Example


Text Example

White with #37415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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