#393770

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

Shades of Deep Koamaru #393770

Tints of Deep Koamaru #393770

Color information

#393770 (or 0x393770) is unknown color: approx Deep Koamaru. HEX triplet: 39, 37 and 70. RGB value is (57,55,112). Sum of RGB (Red+Green+Blue) = 57+55+112=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #393770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393770 is #C6C88F. Grayscale: #3D3D3D. Windows color (decimal): -13027472 or 7354169. OLE color: 7354169.

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

Color convert

RGB5755112-
CMYK0.490.5100.56
HSL242.11º34.13%32.75%-
HSV(B)242.11º50.89%43.92%-
XYZ5.984.7715.94-
YUV62.1156.16124.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 112 (44.14% from 255) = 50%
R=25.45%
G=24.55%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57551120.490.5100.56242.1134.1332.75
Hex3937703133038f22221
Octal716716061630703624241
Binary1110011101111110000110001110011011100011110010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393770; }

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

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

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

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

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

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

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

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