#392673

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

Shades of Windsor #392673

Tints of Windsor #392673

Color information

#392673 (or 0x392673) is unknown color: approx Windsor. HEX triplet: 39, 26 and 73. RGB value is (57,38,115). Sum of RGB (Red+Green+Blue) = 57+38+115=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #392673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392673 is #C6D98C. Grayscale: #343434. Windows color (decimal): -13031821 or 7546425. OLE color: 7546425.

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

Color convert

RGB5738115-
CMYK0.500.6700.55
HSL254.81º50.33%30%-
HSV(B)254.81º66.96%45.1%-
XYZ5.473.4916.61-
YUV52.46163.29131.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=27.14%
G=18.10%
B=54.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57381150.500.6700.55254.8150.3330
Hex3926733243037ff321e
Octal7146163621030673776236
Binary1110011001101110011110010100001101101111111111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392673; }

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

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

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

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

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

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

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

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