#323163

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

Shades of Deep Koamaru #323163

Tints of Deep Koamaru #323163

Color information

#323163 (or 0x323163) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 63. RGB value is (50,49,99). Sum of RGB (Red+Green+Blue) = 50+49+99=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #323163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323163 is #CDCE9C. Grayscale: #363636. Windows color (decimal): -13487773 or 6500658. OLE color: 6500658.

HSL color Cylindrical-coordinate representation of color #323163: hue angle of 241.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #323163 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB504999-
CMYK0.490.5100.61
HSL241.2º33.78%29.02%-
HSV(B)241.2º50.51%38.82%-
XYZ4.673.7812.29-
YUV55152.83124.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 99 (39.06% from 255) = 50%
R=25.25%
G=24.75%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5049990.490.5100.61241.233.7829.02
Hex323163313303Df1221d
Octal626114361630753614235
Binary110010110001110001111000111001101111011111000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323163; }

 p { color: rgb(50,49,99); }

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

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

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

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

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

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

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