#323857

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

Shades of Gulf Blue #323857

Tints of Gulf Blue #323857

Color information

#323857 (or 0x323857) is unknown color: approx Gulf Blue. HEX triplet: 32, 38 and 57. RGB value is (50,56,87). Sum of RGB (Red+Green+Blue) = 50+56+87=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #323857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323857 is #CDC7A8. Grayscale: #393939. Windows color (decimal): -13485993 or 5716018. OLE color: 5716018.

HSL color Cylindrical-coordinate representation of color #323857: hue angle of 230.27º 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 #323857 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB505687-
CMYK0.430.3600.66
HSL230.27º27.01%26.86%-
HSV(B)230.27º42.53%34.12%-
XYZ4.454.199.59-
YUV57.74144.51122.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=25.91%
G=29.02%
B=45.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5056870.430.3600.66230.2727.0126.86
Hex3238572B24042e61b1b
Octal6270127534401023463333
Binary110010111000101011110101110010001000010111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323857; }

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

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

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

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

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

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

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

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