#393471

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

Shades of Deep Koamaru #393471

Tints of Deep Koamaru #393471

Color information

#393471 (or 0x393471) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 71. RGB value is (57,52,113). Sum of RGB (Red+Green+Blue) = 57+52+113=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #393471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393471 is #C6CB8E. Grayscale: #3C3C3C. Windows color (decimal): -13028239 or 7418937. OLE color: 7418937.

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

Color convert

RGB5752113-
CMYK0.500.5400.56
HSL244.92º36.97%32.35%-
HSV(B)244.92º53.98%44.31%-
XYZ5.94.5216.18-
YUV60.45157.66125.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=25.68%
G=23.42%
B=50.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57521130.500.5400.56244.9236.9732.35
Hex3934713236038f52520
Octal716416162660703654540
Binary1110011101001110001110010110110011100011110101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393471; }

 p { color: rgb(57,52,113); }

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

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

 a { background-color: rgb(57,52,113); }

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

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

 span { border-color: rgb(57,52,113); }

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