Html Css Color HEX #37465F Gulf Blue

📋 copy color: '#37465F'

red 55 ◦ green 70 ◦ blue 95

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

Shades of Gulf Blue #37465F

Tints of Gulf Blue #37465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 25%
G = 31.82%
B = 43.18%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37465F (or 0x37465F) is known color: Gulf Blue. HEX triplet: 37, 46 and 5F. RGB value is (55,70,95). Sum of RGB (Red+Green+Blue) = 55+70+95=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #37465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37465F is #C8B9A0. Grayscale: #444444. Windows color (decimal): -13154721 or 6243895. OLE color: 6243895.

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

Color convert

RGB 55 70 95 -
CMYK 0.42 0.26 0 0.63
HSL 217.5º 0.27% 0.29% -
HSV(B) 217.5º 0.42% 0.37% -
XYZ 5.83 6.02 11.68 -
YUV 68.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 55 70 95 0.42 0.26 0 0.63 217.5 0.27 0.29
Hex 37 46 5F 2A 1A 0 3F DA 1B 1D
Octal 67 106 137 52 32 0 77 332 33 35
Binary 110111 1000110 1011111 101010 11010 0 111111 11011010 11011 11101

Color Harmonies of #37465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37465F

Black with #37465F

Text Example


Text Example

White with #37465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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