#323165

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

Shades of Deep Koamaru #323165

Tints of Deep Koamaru #323165

Color information

#323165 (or 0x323165) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 65. RGB value is (50,49,101). Sum of RGB (Red+Green+Blue) = 50+49+101=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #323165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323165 is #CDCE9A. Grayscale: #373737. Windows color (decimal): -13487771 or 6631730. OLE color: 6631730.

HSL color Cylindrical-coordinate representation of color #323165: hue angle of 241.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #323165 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5049101-
CMYK0.500.5100.60
HSL241.15º34.67%29.41%-
HSV(B)241.15º51.49%39.61%-
XYZ4.763.8112.8-
YUV55.23153.83124.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=25%
G=24.5%
B=50.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50491010.500.5100.60241.1534.6729.41
Hex323165323303Cf1231d
Octal626114562630743614335
Binary110010110001110010111001011001101111001111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323165; }

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

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

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

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

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

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

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

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