#393870

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

Shades of Deep Koamaru #393870

Tints of Deep Koamaru #393870

Color information

#393870 (or 0x393870) is unknown color: approx Deep Koamaru. HEX triplet: 39, 38 and 70. RGB value is (57,56,112). Sum of RGB (Red+Green+Blue) = 57+56+112=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #393870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393870 is #C6C78F. Grayscale: #3E3E3E. Windows color (decimal): -13027216 or 7354425. OLE color: 7354425.

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

Color convert

RGB5756112-
CMYK0.490.5000.56
HSL241.07º33.33%32.94%-
HSV(B)241.07º50%43.92%-
XYZ6.034.8715.95-
YUV62.68155.83123.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=25.33%
G=24.89%
B=49.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57561120.490.5000.56241.0733.3332.94
Hex3938703132038f12121
Octal717016061620703614141
Binary1110011110001110000110001110010011100011110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393870; }

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

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

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

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

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

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

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

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