#393864

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

Shades of Deep Koamaru #393864

Tints of Deep Koamaru #393864

Color information

#393864 (or 0x393864) is unknown color: approx Deep Koamaru. HEX triplet: 39, 38 and 64. RGB value is (57,56,100). Sum of RGB (Red+Green+Blue) = 57+56+100=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #393864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393864 is #C6C79B. Grayscale: #3D3D3D. Windows color (decimal): -13027228 or 6567993. OLE color: 6567993.

HSL color Cylindrical-coordinate representation of color #393864: hue angle of 241.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393864 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5756100-
CMYK0.430.4400.61
HSL241.36º28.21%30.59%-
HSV(B)241.36º44%39.22%-
XYZ5.44.6212.66-
YUV61.32149.83124.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=26.76%
G=26.29%
B=46.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57561000.430.4400.61241.3628.2130.59
Hex3938642B2C03Df11c1f
Octal717014453540753613437
Binary11100111100011001001010111011000111101111100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393864; }

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

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

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

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

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

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

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

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