#323365

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

Shades of Deep Koamaru #323365

Tints of Deep Koamaru #323365

Color information

#323365 (or 0x323365) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 65. RGB value is (50,51,101). Sum of RGB (Red+Green+Blue) = 50+51+101=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #323365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323365 is #CDCC9A. Grayscale: #383838. Windows color (decimal): -13487259 or 6632242. OLE color: 6632242.

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

Color convert

RGB5051101-
CMYK0.500.5000.60
HSL238.82º33.77%29.61%-
HSV(B)238.82º50.5%39.61%-
XYZ4.853.9912.83-
YUV56.4153.17123.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 101 (39.84% from 255) = 50%
R=24.75%
G=25.25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50511010.500.5000.60238.8233.7729.61
Hex323365323203Cef221e
Octal626314562620743574236
Binary110010110011110010111001011001001111001110111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323365; }

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

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

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

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

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

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

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

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