#393670

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

Shades of Deep Koamaru #393670

Tints of Deep Koamaru #393670

Color information

#393670 (or 0x393670) is unknown color: approx Deep Koamaru. HEX triplet: 39, 36 and 70. RGB value is (57,54,112). Sum of RGB (Red+Green+Blue) = 57+54+112=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #393670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393670 is #C6C98F. Grayscale: #3D3D3D. Windows color (decimal): -13027728 or 7353913. OLE color: 7353913.

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

Color convert

RGB5754112-
CMYK0.490.5200.56
HSL243.1º34.94%32.55%-
HSV(B)243.1º51.79%43.92%-
XYZ5.934.6815.92-
YUV61.51156.49124.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=25.56%
G=24.22%
B=50.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57541120.490.5200.56243.134.9432.55
Hex3936703134038f32321
Octal716616061640703634341
Binary1110011101101110000110001110100011100011110011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393670; }

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

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

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

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

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

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

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

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