#393969

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

Shades of Deep Koamaru #393969

Tints of Deep Koamaru #393969

Color information

#393969 (or 0x393969) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 69. RGB value is (57,57,105). Sum of RGB (Red+Green+Blue) = 57+57+105=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #393969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393969 is #C6C696. Grayscale: #3E3E3E. Windows color (decimal): -13026967 or 6895929. OLE color: 6895929.

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

Color convert

RGB5757105-
CMYK0.460.4600.59
HSL240º29.63%31.76%-
HSV(B)240º45.71%41.18%-
XYZ5.74.8213.99-
YUV62.47152124.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=26.03%
G=26.03%
B=47.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57571050.460.4600.5924029.6331.76
Hex3939692E2E03Bf01e20
Octal717115156560733603640
Binary111001111001110100110111010111001110111111000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393969; }

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

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

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

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

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

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

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

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