#393660

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

Shades of Deep Koamaru #393660

Tints of Deep Koamaru #393660

Color information

#393660 (or 0x393660) is unknown color: approx Deep Koamaru. HEX triplet: 39, 36 and 60. RGB value is (57,54,96). Sum of RGB (Red+Green+Blue) = 57+54+96=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #393660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393660 is #C6C99F. Grayscale: #3B3B3B. Windows color (decimal): -13027744 or 6305337. OLE color: 6305337.

HSL color Cylindrical-coordinate representation of color #393660: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393660 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB575496-
CMYK0.410.4400.62
HSL244.29º28%29.41%-
HSV(B)244.29º43.75%37.65%-
XYZ5.124.3511.64-
YUV59.68148.49126.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=27.54%
G=26.09%
B=46.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5754960.410.4400.62244.292829.41
Hex393660292C03Ef41c1d
Octal716614051540763643435
Binary11100111011011000001010011011000111110111101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393660; }

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

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

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

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

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

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

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

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