#393473

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

Shades of Deep Koamaru #393473

Tints of Deep Koamaru #393473

Color information

#393473 (or 0x393473) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 73. RGB value is (57,52,115). Sum of RGB (Red+Green+Blue) = 57+52+115=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #393473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393473 is #C6CB8C. Grayscale: #3C3C3C. Windows color (decimal): -13028237 or 7550009. OLE color: 7550009.

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

Color convert

RGB5752115-
CMYK0.500.5500.55
HSL244.76º37.72%32.75%-
HSV(B)244.76º54.78%45.1%-
XYZ6.014.5616.78-
YUV60.68158.66125.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=25.45%
G=23.21%
B=51.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57521150.500.5500.55244.7637.7232.75
Hex3934733237037f52621
Octal716416362670673654641
Binary1110011101001110011110010110111011011111110101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393473; }

 p { color: rgb(57,52,115); }

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

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

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

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

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

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

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