#323177

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

Shades of Deep Koamaru #323177

Tints of Deep Koamaru #323177

Color information

#323177 (or 0x323177) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 77. RGB value is (50,49,119). Sum of RGB (Red+Green+Blue) = 50+49+119=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #323177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323177 is #CDCE88. Grayscale: #393939. Windows color (decimal): -13487753 or 7811378. OLE color: 7811378.

HSL color Cylindrical-coordinate representation of color #323177: hue angle of 240.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323177 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5049119-
CMYK0.580.5900.53
HSL240.86º41.67%32.94%-
HSV(B)240.86º58.82%46.67%-
XYZ5.744.2117.96-
YUV57.28162.83122.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=22.94%
G=22.48%
B=54.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50491190.580.5900.53240.8641.6732.94
Hex3231773A3B035f12a21
Octal626116772730653615241
Binary1100101100011110111111010111011011010111110001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323177; }

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

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

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

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

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

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

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

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