#323167

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

Shades of Deep Koamaru #323167

Tints of Deep Koamaru #323167

Color information

#323167 (or 0x323167) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 67. RGB value is (50,49,103). Sum of RGB (Red+Green+Blue) = 50+49+103=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #323167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323167 is #CDCE98. Grayscale: #373737. Windows color (decimal): -13487769 or 6762802. OLE color: 6762802.

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

Color convert

RGB5049103-
CMYK0.510.5200.60
HSL241.11º35.53%29.8%-
HSV(B)241.11º52.43%40.39%-
XYZ4.863.8513.32-
YUV55.46154.83124.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 103 (40.62% from 255) = 50.99%
R=24.75%
G=24.26%
B=50.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50491030.510.5200.60241.1135.5329.8
Hex323167333403Cf1241e
Octal626114763640743614436
Binary110010110001110011111001111010001111001111000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323167; }

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

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

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

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

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

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

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

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