#322F71

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

Shades of Deep Koamaru #322F71

Tints of Deep Koamaru #322F71

Color information

#322F71 (or 0x322F71) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2F and 71. RGB value is (50,47,113). Sum of RGB (Red+Green+Blue) = 50+47+113=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #322F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F71 is #CDD08E. Grayscale: #373737. Windows color (decimal): -13488271 or 7417650. OLE color: 7417650.

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

Color convert

RGB5047113-
CMYK0.560.5800.56
HSL242.73º41.25%31.37%-
HSV(B)242.73º58.41%44.31%-
XYZ5.313.916.1-
YUV55.42160.49124.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=23.81%
G=22.38%
B=53.81%

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
Decimal50471130.560.5800.56242.7341.2531.37
Hex322F71383A038f3291f
Octal625716170720703635137
Binary110010101111111000111100011101001110001111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322F71; }

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

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

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

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

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

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

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

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