#323259

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

Shades of Deep Koamaru #323259

Tints of Deep Koamaru #323259

Color information

#323259 (or 0x323259) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 59. RGB value is (50,50,89). Sum of RGB (Red+Green+Blue) = 50+50+89=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #323259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323259 is #CDCDA6. Grayscale: #363636. Windows color (decimal): -13487527 or 5845554. OLE color: 5845554.

HSL color Cylindrical-coordinate representation of color #323259: hue angle of 240º 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 #323259 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB505089-
CMYK0.440.4400.65
HSL240º28.06%27.25%-
HSV(B)240º43.82%34.9%-
XYZ4.263.689.94-
YUV54.45147.5124.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=26.46%
G=26.46%
B=47.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5050890.440.4400.6524028.0627.25
Hex3232592C2C041f01c1b
Octal6262131545401013603433
Binary110010110010101100110110010110001000001111100001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323259; }

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

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

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

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

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

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

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

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