#323472

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

Shades of Deep Koamaru #323472

Tints of Deep Koamaru #323472

Color information

#323472 (or 0x323472) is unknown color: approx Deep Koamaru. HEX triplet: 32, 34 and 72. RGB value is (50,52,114). Sum of RGB (Red+Green+Blue) = 50+52+114=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #323472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323472 is #CDCB8D. Grayscale: #3A3A3A. Windows color (decimal): -13486990 or 7484466. OLE color: 7484466.

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

Color convert

RGB5052114-
CMYK0.560.5400.55
HSL238.12º39.02%32.16%-
HSV(B)238.12º56.14%44.71%-
XYZ5.584.3516.46-
YUV58.47159.34121.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=23.15%
G=24.07%
B=52.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50521140.560.5400.55238.1239.0232.16
Hex3234723836037ee2720
Octal626416270660673564740
Binary1100101101001110010111000110110011011111101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323472; }

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

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

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

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

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

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

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

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