#323859

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

Shades of Gulf Blue #323859

Tints of Gulf Blue #323859

Color information

#323859 (or 0x323859) is unknown color: approx Gulf Blue. HEX triplet: 32, 38 and 59. RGB value is (50,56,89). Sum of RGB (Red+Green+Blue) = 50+56+89=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #323859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323859 is #CDC7A6. Grayscale: #393939. Windows color (decimal): -13485991 or 5847090. OLE color: 5847090.

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

Color convert

RGB505689-
CMYK0.440.3700.65
HSL230.77º28.06%27.25%-
HSV(B)230.77º43.82%34.9%-
XYZ4.534.2310.03-
YUV57.97145.51122.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=25.64%
G=28.72%
B=45.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5056890.440.3700.65230.7728.0627.25
Hex3238592C25041e71c1b
Octal6270131544501013473433
Binary110010111000101100110110010010101000001111001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323859; }

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

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

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

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

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

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

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

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