#393274

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

Shades of Deep Koamaru #393274

Tints of Deep Koamaru #393274

Color information

#393274 (or 0x393274) is unknown color: approx Deep Koamaru. HEX triplet: 39, 32 and 74. RGB value is (57,50,116). Sum of RGB (Red+Green+Blue) = 57+50+116=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #393274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393274 is #C6CD8B. Grayscale: #3B3B3B. Windows color (decimal): -13028748 or 7615033. OLE color: 7615033.

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

Color convert

RGB5750116-
CMYK0.510.5700.55
HSL246.36º39.76%32.55%-
HSV(B)246.36º56.9%45.49%-
XYZ5.984.4117.06-
YUV59.62159.82126.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=25.56%
G=22.42%
B=52.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57501160.510.5700.55246.3639.7632.55
Hex3932743339037f62821
Octal716216463710673665041
Binary1110011100101110100110011111001011011111110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393274; }

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

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

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

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

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

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

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

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