#323059

Color #323059 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #323059

Tints of Deep Koamaru #323059

Color information

#323059 (or 0x323059) is unknown color: approx Deep Koamaru. HEX triplet: 32, 30 and 59. RGB value is (50,48,89). Sum of RGB (Red+Green+Blue) = 50+48+89=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #323059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323059 is #CDCFA6. Grayscale: #353535. Windows color (decimal): -13488039 or 5845042. OLE color: 5845042.

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

Color convert

RGB504889-
CMYK0.440.4600.65
HSL242.93º29.93%26.86%-
HSV(B)242.93º46.07%34.9%-
XYZ4.183.519.91-
YUV53.27148.16125.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=26.74%
G=25.67%
B=47.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5048890.440.4600.65242.9329.9326.86
Hex3230592C2E041f31e1b
Octal6260131545601013633633
Binary110010110000101100110110010111001000001111100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323059; }

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

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

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

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

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

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

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

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