#393A6C

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

Shades of Deep Koamaru #393A6C

Tints of Deep Koamaru #393A6C

Color information

#393A6C (or 0x393A6C) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3A and 6C. RGB value is (57,58,108). Sum of RGB (Red+Green+Blue) = 57+58+108=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #393A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A6C is #C6C593. Grayscale: #3F3F3F. Windows color (decimal): -13026708 or 7092793. OLE color: 7092793.

HSL color Cylindrical-coordinate representation of color #393A6C: hue angle of 238.82º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #393A6C is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5758108-
CMYK0.470.4600.58
HSL238.82º30.91%32.35%-
HSV(B)238.82º47.22%42.35%-
XYZ5.914.9814.84-
YUV63.4153.17123.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=25.56%
G=26.01%
B=48.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57581080.470.4600.58238.8230.9132.35
Hex393A6C2F2E03Aef1f20
Octal717215457560723573740
Binary111001111010110110010111110111001110101110111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,58,108); }

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

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

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

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

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

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

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