#323565

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

Shades of Deep Koamaru #323565

Tints of Deep Koamaru #323565

Color information

#323565 (or 0x323565) is unknown color: approx Deep Koamaru. HEX triplet: 32, 35 and 65. RGB value is (50,53,101). Sum of RGB (Red+Green+Blue) = 50+53+101=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #323565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323565 is #CDCA9A. Grayscale: #393939. Windows color (decimal): -13486747 or 6632754. OLE color: 6632754.

HSL color Cylindrical-coordinate representation of color #323565: hue angle of 236.47º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323565 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5053101-
CMYK0.500.4800.60
HSL236.47º33.77%29.61%-
HSV(B)236.47º50.5%39.61%-
XYZ4.944.1612.86-
YUV57.58152.51122.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=24.51%
G=25.98%
B=49.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50531010.500.4800.60236.4733.7729.61
Hex323565323003Cec221e
Octal626514562600743544236
Binary110010110101110010111001011000001111001110110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323565; }

 p { color: rgb(50,53,101); }

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

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

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

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

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

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

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