#393970

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

Shades of Deep Koamaru #393970

Tints of Deep Koamaru #393970

Color information

#393970 (or 0x393970) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 70. RGB value is (57,57,112). Sum of RGB (Red+Green+Blue) = 57+57+112=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #393970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393970 is #C6C68F. Grayscale: #3F3F3F. Windows color (decimal): -13026960 or 7354681. OLE color: 7354681.

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

Color convert

RGB5757112-
CMYK0.490.4900.56
HSL240º32.54%33.14%-
HSV(B)240º49.11%43.92%-
XYZ6.084.9715.97-
YUV63.27155.5123.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=25.22%
G=25.22%
B=49.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57571120.490.4900.5624032.5433.14
Hex3939703131038f02121
Octal717116061610703604141
Binary1110011110011110000110001110001011100011110000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393970; }

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

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

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

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

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

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

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

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