#393375

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

Shades of Deep Koamaru #393375

Tints of Deep Koamaru #393375

Color information

#393375 (or 0x393375) is unknown color: approx Deep Koamaru. HEX triplet: 39, 33 and 75. RGB value is (57,51,117). Sum of RGB (Red+Green+Blue) = 57+51+117=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #393375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393375 is #C6CC8A. Grayscale: #3C3C3C. Windows color (decimal): -13028491 or 7680825. OLE color: 7680825.

HSL color Cylindrical-coordinate representation of color #393375: hue angle of 245.45º degrees, saturation: 0.39, 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 #393375 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5751117-
CMYK0.510.5600.54
HSL245.45º39.29%32.94%-
HSV(B)245.45º56.41%45.88%-
XYZ6.084.5217.38-
YUV60.32159.99125.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 117 (46.09% from 255) = 52%
R=25.33%
G=22.67%
B=52%

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
Decimal57511170.510.5600.54245.4539.2932.94
Hex3933753338036f52721
Octal716316563700663654741
Binary1110011100111110101110011111000011011011110101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393375; }

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

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

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

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

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

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

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

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