#393376

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

Shades of Deep Koamaru #393376

Tints of Deep Koamaru #393376

Color information

#393376 (or 0x393376) is unknown color: approx Deep Koamaru. HEX triplet: 39, 33 and 76. RGB value is (57,51,118). Sum of RGB (Red+Green+Blue) = 57+51+118=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #393376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393376 is #C6CC89. Grayscale: #3C3C3C. Windows color (decimal): -13028490 or 7746361. OLE color: 7746361.

HSL color Cylindrical-coordinate representation of color #393376: hue angle of 245.37º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393376 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5751118-
CMYK0.520.5700.54
HSL245.37º39.64%33.14%-
HSV(B)245.37º56.78%46.27%-
XYZ6.144.5517.69-
YUV60.43160.49125.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=25.22%
G=22.57%
B=52.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57511180.520.5700.54245.3739.6433.14
Hex3933763439036f52821
Octal716316664710663655041
Binary1110011100111110110110100111001011011011110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393376; }

 p { color: rgb(57,51,118); }

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

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

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

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

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

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

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