#393C68

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

Shades of Deep Koamaru #393C68

Tints of Deep Koamaru #393C68

Color information

#393C68 (or 0x393C68) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3C and 68. RGB value is (57,60,104). Sum of RGB (Red+Green+Blue) = 57+60+104=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #393C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C68 is #C6C397. Grayscale: #3F3F3F. Windows color (decimal): -13026200 or 6831161. OLE color: 6831161.

HSL color Cylindrical-coordinate representation of color #393C68: hue angle of 236.17º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393C68 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5760104-
CMYK0.450.4200.59
HSL236.17º29.19%31.57%-
HSV(B)236.17º45.19%40.78%-
XYZ5.85.113.78-
YUV64.12150.51122.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=25.79%
G=27.15%
B=47.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57601040.450.4200.59236.1729.1931.57
Hex393C682D2A03Bec1d20
Octal717415055520733543540
Binary111001111100110100010110110101001110111110110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,104); }

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

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

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

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

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

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

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