#393276

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

Shades of Deep Koamaru #393276

Tints of Deep Koamaru #393276

Color information

#393276 (or 0x393276) is unknown color: approx Deep Koamaru. HEX triplet: 39, 32 and 76. RGB value is (57,50,118). Sum of RGB (Red+Green+Blue) = 57+50+118=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #393276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393276 is #C6CD89. Grayscale: #3B3B3B. Windows color (decimal): -13028746 or 7746105. OLE color: 7746105.

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

Color convert

RGB5750118-
CMYK0.520.5800.54
HSL246.18º40.48%32.94%-
HSV(B)246.18º57.63%46.27%-
XYZ6.14.4617.68-
YUV59.84160.82125.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=25.33%
G=22.22%
B=52.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57501180.520.5800.54246.1840.4832.94
Hex393276343A036f62821
Octal716216664720663665041
Binary1110011100101110110110100111010011011011110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393276; }

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

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

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

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

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

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

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

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