#393960

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

Shades of Deep Koamaru #393960

Tints of Deep Koamaru #393960

Color information

#393960 (or 0x393960) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 60. RGB value is (57,57,96). Sum of RGB (Red+Green+Blue) = 57+57+96=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #393960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393960 is #C6C69F. Grayscale: #3D3D3D. Windows color (decimal): -13026976 or 6306105. OLE color: 6306105.

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

Color convert

RGB575796-
CMYK0.410.4100.62
HSL240º25.49%30%-
HSV(B)240º40.62%37.65%-
XYZ5.264.6411.68-
YUV61.45147.5124.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=27.14%
G=27.14%
B=45.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5757960.410.4100.6224025.4930
Hex393960292903Ef0191e
Octal717114051510763603136
Binary11100111100111000001010011010010111110111100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393960; }

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

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

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

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

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

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

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

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