#393275

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

Shades of Deep Koamaru #393275

Tints of Deep Koamaru #393275

Color information

#393275 (or 0x393275) is unknown color: approx Deep Koamaru. HEX triplet: 39, 32 and 75. RGB value is (57,50,117). Sum of RGB (Red+Green+Blue) = 57+50+117=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #393275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393275 is #C6CD8A. Grayscale: #3B3B3B. Windows color (decimal): -13028747 or 7680569. OLE color: 7680569.

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

Color convert

RGB5750117-
CMYK0.510.5700.54
HSL246.27º40.12%32.75%-
HSV(B)246.27º57.26%45.88%-
XYZ6.044.4417.37-
YUV59.73160.32126.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=25.45%
G=22.32%
B=52.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57501170.510.5700.54246.2740.1232.75
Hex3932753339036f62821
Octal716216563710663665041
Binary1110011100101110101110011111001011011011110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393275; }

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

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

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

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

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

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

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

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