#323757

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

Shades of Gulf Blue #323757

Tints of Gulf Blue #323757

Color information

#323757 (or 0x323757) is unknown color: approx Gulf Blue. HEX triplet: 32, 37 and 57. RGB value is (50,55,87). Sum of RGB (Red+Green+Blue) = 50+55+87=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #323757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323757 is #CDC8A8. Grayscale: #393939. Windows color (decimal): -13486249 or 5715762. OLE color: 5715762.

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

Color convert

RGB505587-
CMYK0.430.3700.66
HSL231.89º27.01%26.86%-
HSV(B)231.89º42.53%34.12%-
XYZ4.44.19.58-
YUV57.15144.84122.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=26.04%
G=28.65%
B=45.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5055870.430.3700.66231.8927.0126.86
Hex3237572B25042e81b1b
Octal6267127534501023503333
Binary110010110111101011110101110010101000010111010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323757; }

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

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

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

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

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

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

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

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