Html Css Color HEX #37465E Gulf Blue

📋 copy color: '#37465E'

red 55 ◦ green 70 ◦ blue 94

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

Shades of Gulf Blue #37465E

Tints of Gulf Blue #37465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 25.11%
G = 31.96%
B = 42.92%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37465E (or 0x37465E) is known color: Gulf Blue. HEX triplet: 37, 46 and 5E. RGB value is (55,70,94). Sum of RGB (Red+Green+Blue) = 55+70+94=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #37465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37465E is #C8B9A1. Grayscale: #444444. Windows color (decimal): -13154722 or 6178359. OLE color: 6178359.

HSL color Cylindrical-coordinate representation of color #37465E: hue angle of 216.92º 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 #37465E is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 70 94 -
CMYK 0.41 0.26 0 0.63
HSL 216.92º 0.26% 0.29% -
HSV(B) 216.92º 0.41% 0.37% -
XYZ 5.79 6 11.44 -
YUV 68.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 55 70 94 0.41 0.26 0 0.63 216.92 0.26 0.29
Hex 37 46 5E 29 1A 0 3F D9 1A 1D
Octal 67 106 136 51 32 0 77 331 32 35
Binary 110111 1000110 1011110 101001 11010 0 111111 11011001 11010 11101

Color Harmonies of #37465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37465E

Black with #37465E

Text Example


Text Example

White with #37465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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