#37415E

Color #37415E Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #37415E

Tints of Gulf Blue #37415E

Color information

#37415E (or 0x37415E) is unknown color: approx Gulf Blue. HEX triplet: 37, 41 and 5E. RGB value is (55,65,94). Sum of RGB (Red+Green+Blue) = 55+65+94=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #37415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37415E is #C8BEA1. Grayscale: #414141. Windows color (decimal): -13156002 or 6177079. OLE color: 6177079.

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

Color convert

RGB556594-
CMYK0.410.3100.63
HSL224.62º26.17%29.22%-
HSV(B)224.62º41.49%36.86%-
XYZ5.495.411.34-
YUV65.32144.19120.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=25.70%
G=30.37%
B=43.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5565940.410.3100.63224.6226.1729.22
Hex37415E291F03Fe11a1d
Octal6710113651370773413235
Binary11011110000011011110101001111110111111111000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37415E;
 }
 .AnyTagClassName
 {
   color: #37415E;
 }
</style>
background-color css

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

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

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

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

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

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