#374158

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

Shades of Gulf Blue #374158

Tints of Gulf Blue #374158

Color information

#374158 (or 0x374158) is unknown color: approx Gulf Blue. HEX triplet: 37, 41 and 58. RGB value is (55,65,88). Sum of RGB (Red+Green+Blue) = 55+65+88=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #374158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374158 is #C8BEA7. Grayscale: #404040. Windows color (decimal): -13156008 or 5783863. OLE color: 5783863.

HSL color Cylindrical-coordinate representation of color #374158: hue angle of 221.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374158 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB556588-
CMYK0.380.2600.65
HSL221.82º23.08%28.04%-
HSV(B)221.82º37.5%34.51%-
XYZ5.235.39.98-
YUV64.63141.19121.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=26.44%
G=31.25%
B=42.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5565880.380.2600.65221.8223.0828.04
Hex374158261A041de171c
Octal67101130463201013362734
Binary110111100000110110001001101101001000001110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374158; }

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

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

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

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

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

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

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

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