#323272

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

Shades of Deep Koamaru #323272

Tints of Deep Koamaru #323272

Color information

#323272 (or 0x323272) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 72. RGB value is (50,50,114). Sum of RGB (Red+Green+Blue) = 50+50+114=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #323272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323272 is #CDCD8D. Grayscale: #393939. Windows color (decimal): -13487502 or 7483954. OLE color: 7483954.

HSL color Cylindrical-coordinate representation of color #323272: hue angle of 240º 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 #323272 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5050114-
CMYK0.560.5600.55
HSL240º39.02%32.16%-
HSV(B)240º56.14%44.71%-
XYZ5.494.1716.44-
YUV57.3160122.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=23.36%
G=23.36%
B=53.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50501140.560.5600.5524039.0232.16
Hex3232723838037f02720
Octal626216270700673604740
Binary1100101100101110010111000111000011011111110000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323272; }

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

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

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

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

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

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

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

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