#374159

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

Shades of Gulf Blue #374159

Tints of Gulf Blue #374159

Color information

#374159 (or 0x374159) is unknown color: approx Gulf Blue. HEX triplet: 37, 41 and 59. RGB value is (55,65,89). Sum of RGB (Red+Green+Blue) = 55+65+89=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #374159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374159 is #C8BEA6. Grayscale: #404040. Windows color (decimal): -13156007 or 5849399. OLE color: 5849399.

HSL color Cylindrical-coordinate representation of color #374159: hue angle of 222.35º degrees, saturation: 0.24, 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 #374159 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB556589-
CMYK0.380.2700.65
HSL222.35º23.61%28.24%-
HSV(B)222.35º38.2%34.9%-
XYZ5.275.3110.2-
YUV64.75141.69121.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=26.32%
G=31.10%
B=42.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5565890.380.2700.65222.3523.6128.24
Hex374159261B041de181c
Octal67101131463301013363034
Binary110111100000110110011001101101101000001110111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374159; }

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

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

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

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

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

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

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

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