#393272

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

Shades of Deep Koamaru #393272

Tints of Deep Koamaru #393272

Color information

#393272 (or 0x393272) is unknown color: approx Deep Koamaru. HEX triplet: 39, 32 and 72. RGB value is (57,50,114). Sum of RGB (Red+Green+Blue) = 57+50+114=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #393272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393272 is #C6CD8D. Grayscale: #3B3B3B. Windows color (decimal): -13028750 or 7483961. OLE color: 7483961.

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

Color convert

RGB5750114-
CMYK0.500.5600.55
HSL246.56º39.02%32.16%-
HSV(B)246.56º56.14%44.71%-
XYZ5.874.3716.45-
YUV59.39158.82126.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=25.79%
G=22.62%
B=51.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57501140.500.5600.55246.5639.0232.16
Hex3932723238037f72720
Octal716216262700673674740
Binary1110011100101110010110010111000011011111110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393272; }

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

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

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

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

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

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

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

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