#392684

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

Shades of Windsor #392684

Tints of Windsor #392684

Color information

#392684 (or 0x392684) is unknown color: approx Windsor. HEX triplet: 39, 26 and 84. RGB value is (57,38,132). Sum of RGB (Red+Green+Blue) = 57+38+132=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #392684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392684 is #C6D97B. Grayscale: #363636. Windows color (decimal): -13031804 or 8660537. OLE color: 8660537.

HSL color Cylindrical-coordinate representation of color #392684: hue angle of 252.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392684 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5738132-
CMYK0.570.7100.48
HSL252.13º55.29%33.33%-
HSV(B)252.13º71.21%51.76%-
XYZ6.553.9222.24-
YUV54.4171.79129.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=25.11%
G=16.74%
B=58.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57381320.570.7100.48252.1355.2933.33
Hex3926843947030fc3721
Octal7146204711070603746741
Binary111001100110100001001110011000111011000011111100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392684; }

 p { color: rgb(57,38,132); }

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

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

 a { background-color: rgb(57,38,132); }

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

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

 span { border-color: rgb(57,38,132); }

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