#323172

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

Shades of Deep Koamaru #323172

Tints of Deep Koamaru #323172

Color information

#323172 (or 0x323172) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 72. RGB value is (50,49,114). Sum of RGB (Red+Green+Blue) = 50+49+114=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #323172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323172 is #CDCE8D. Grayscale: #383838. Windows color (decimal): -13487758 or 7483698. OLE color: 7483698.

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

Color convert

RGB5049114-
CMYK0.560.5700.55
HSL240.92º39.88%31.96%-
HSV(B)240.92º57.02%44.71%-
XYZ5.454.0916.42-
YUV56.71160.33123.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=23.47%
G=23.00%
B=53.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50491140.560.5700.55240.9239.8831.96
Hex3231723839037f12820
Octal626116270710673615040
Binary1100101100011110010111000111001011011111110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323172; }

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

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

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

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

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

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

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

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