#393475

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

Shades of Deep Koamaru #393475

Tints of Deep Koamaru #393475

Color information

#393475 (or 0x393475) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 75. RGB value is (57,52,117). Sum of RGB (Red+Green+Blue) = 57+52+117=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #393475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393475 is #C6CB8A. Grayscale: #3C3C3C. Windows color (decimal): -13028235 or 7681081. OLE color: 7681081.

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

Color convert

RGB5752117-
CMYK0.510.5600.54
HSL244.62º38.46%33.14%-
HSV(B)244.62º55.56%45.88%-
XYZ6.134.6117.4-
YUV60.9159.66125.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=25.22%
G=23.01%
B=51.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57521170.510.5600.54244.6238.4633.14
Hex3934753338036f52621
Octal716416563700663654641
Binary1110011101001110101110011111000011011011110101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393475; }

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

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

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

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

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

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

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

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