#323258

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

Shades of Deep Koamaru #323258

Tints of Deep Koamaru #323258

Color information

#323258 (or 0x323258) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 58. RGB value is (50,50,88). Sum of RGB (Red+Green+Blue) = 50+50+88=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #323258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323258 is #CDCDA7. Grayscale: #363636. Windows color (decimal): -13487528 or 5780018. OLE color: 5780018.

HSL color Cylindrical-coordinate representation of color #323258: 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.43%. Process color model (Four color, CMYK) of #323258 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB505088-
CMYK0.430.4300.65
HSL240º27.54%27.06%-
HSV(B)240º43.18%34.51%-
XYZ4.223.669.72-
YUV54.33147124.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=26.60%
G=26.60%
B=46.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5050880.430.4300.6524027.5427.06
Hex3232582B2B041f01c1b
Octal6262130535301013603433
Binary110010110010101100010101110101101000001111100001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323258; }

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

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

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

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

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

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

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

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