#323370

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

Shades of Deep Koamaru #323370

Tints of Deep Koamaru #323370

Color information

#323370 (or 0x323370) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 70. RGB value is (50,51,112). Sum of RGB (Red+Green+Blue) = 50+51+112=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #323370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323370 is #CDCC8F. Grayscale: #393939. Windows color (decimal): -13487248 or 7353138. OLE color: 7353138.

HSL color Cylindrical-coordinate representation of color #323370: hue angle of 239.03º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323370 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5051112-
CMYK0.550.5400.56
HSL239.03º38.27%31.76%-
HSV(B)239.03º55.36%43.92%-
XYZ5.424.2215.86-
YUV57.66158.67122.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=23.47%
G=23.94%
B=52.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50511120.550.5400.56239.0338.2731.76
Hex3233703736038ef2620
Octal626316067660703574640
Binary1100101100111110000110111110110011100011101111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323370; }

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

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

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

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

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

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

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

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