#392274

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

Shades of Windsor #392274

Tints of Windsor #392274

Color information

#392274 (or 0x392274) is unknown color: approx Windsor. HEX triplet: 39, 22 and 74. RGB value is (57,34,116). Sum of RGB (Red+Green+Blue) = 57+34+116=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #392274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392274 is #C6DD8B. Grayscale: #313131. Windows color (decimal): -13032844 or 7610937. OLE color: 7610937.

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

Color convert

RGB5734116-
CMYK0.510.7100.55
HSL256.83º54.67%29.41%-
HSV(B)256.83º70.69%45.49%-
XYZ5.413.2716.87-
YUV50.22165.12132.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=27.54%
G=16.43%
B=56.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57341160.510.7100.55256.8354.6729.41
Hex3922743347037101371d
Octal7142164631070674016735
Binary11100110001011101001100111000111011011110000000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392274; }

 p { color: rgb(57,34,116); }

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

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

 a { background-color: rgb(57,34,116); }

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

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

 span { border-color: rgb(57,34,116); }

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