#393470

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

Shades of Deep Koamaru #393470

Tints of Deep Koamaru #393470

Color information

#393470 (or 0x393470) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 70. RGB value is (57,52,112). Sum of RGB (Red+Green+Blue) = 57+52+112=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #393470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393470 is #C6CB8F. Grayscale: #3C3C3C. Windows color (decimal): -13028240 or 7353401. OLE color: 7353401.

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

Color convert

RGB5752112-
CMYK0.490.5400.56
HSL245º36.59%32.16%-
HSV(B)245º53.57%43.92%-
XYZ5.844.515.89-
YUV60.33157.16125.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=25.79%
G=23.53%
B=50.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57521120.490.5400.5624536.5932.16
Hex3934703136038f52520
Octal716416061660703654540
Binary1110011101001110000110001110110011100011110101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393470; }

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

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

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

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

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

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

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

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