#393B60

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

Shades of Deep Koamaru #393B60

Tints of Deep Koamaru #393B60

Color information

#393B60 (or 0x393B60) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3B and 60. RGB value is (57,59,96). Sum of RGB (Red+Green+Blue) = 57+59+96=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #393B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B60 is #C6C49F. Grayscale: #3E3E3E. Windows color (decimal): -13026464 or 6306617. OLE color: 6306617.

HSL color Cylindrical-coordinate representation of color #393B60: hue angle of 236.92º 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 #393B60 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB575996-
CMYK0.410.3900.62
HSL236.92º25.49%30%-
HSV(B)236.92º40.62%37.65%-
XYZ5.364.8411.72-
YUV62.62146.84123.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=26.89%
G=27.83%
B=45.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5759960.410.3900.62236.9225.4930
Hex393B60292703Eed191e
Octal717314051470763553136
Binary11100111101111000001010011001110111110111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393B60; }

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

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

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

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

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

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

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

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