#393372

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

Shades of Deep Koamaru #393372

Tints of Deep Koamaru #393372

Color information

#393372 (or 0x393372) is unknown color: approx Deep Koamaru. HEX triplet: 39, 33 and 72. RGB value is (57,51,114). Sum of RGB (Red+Green+Blue) = 57+51+114=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #393372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393372 is #C6CC8D. Grayscale: #3B3B3B. Windows color (decimal): -13028494 or 7484217. OLE color: 7484217.

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

Color convert

RGB5751114-
CMYK0.500.5500.55
HSL245.71º38.18%32.35%-
HSV(B)245.71º55.26%44.71%-
XYZ5.914.4516.47-
YUV59.98158.49125.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=25.68%
G=22.97%
B=51.35%

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
Decimal57511140.500.5500.55245.7138.1832.35
Hex3933723237037f62620
Octal716316262670673664640
Binary1110011100111110010110010110111011011111110110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393372; }

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

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

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

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

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

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

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

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