#323071

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

Shades of Deep Koamaru #323071

Tints of Deep Koamaru #323071

Color information

#323071 (or 0x323071) is unknown color: approx Deep Koamaru. HEX triplet: 32, 30 and 71. RGB value is (50,48,113). Sum of RGB (Red+Green+Blue) = 50+48+113=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #323071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323071 is #CDCF8E. Grayscale: #373737. Windows color (decimal): -13488015 or 7417906. OLE color: 7417906.

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

Color convert

RGB5048113-
CMYK0.560.5800.56
HSL241.85º40.37%31.57%-
HSV(B)241.85º57.52%44.31%-
XYZ5.353.9816.11-
YUV56.01160.16123.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=23.70%
G=22.75%
B=53.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50481130.560.5800.56241.8540.3731.57
Hex323071383A038f22820
Octal626016170720703625040
Binary1100101100001110001111000111010011100011110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323071; }

 p { color: rgb(50,48,113); }

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

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

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

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

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

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

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