#374057

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

Shades of Gulf Blue #374057

Tints of Gulf Blue #374057

Color information

#374057 (or 0x374057) is unknown color: approx Gulf Blue. HEX triplet: 37, 40 and 57. RGB value is (55,64,87). Sum of RGB (Red+Green+Blue) = 55+64+87=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #374057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374057 is #C8BFA8. Grayscale: #3F3F3F. Windows color (decimal): -13156265 or 5718071. OLE color: 5718071.

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

Color convert

RGB556487-
CMYK0.370.2600.66
HSL223.12º22.54%27.84%-
HSV(B)223.12º36.78%34.12%-
XYZ5.135.179.74-
YUV63.93141.02121.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=26.70%
G=31.07%
B=42.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5564870.370.2600.66223.1222.5427.84
Hex374057251A042df171c
Octal67100127453201023372734
Binary110111100000010101111001011101001000010110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374057; }

 p { color: rgb(55,64,87); }

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

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

 a { background-color: rgb(55,64,87); }

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

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

 span { border-color: rgb(55,64,87); }

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