#3F297A

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

Shades of Windsor #3F297A

Tints of Windsor #3F297A

Color information

#3F297A (or 0x3F297A) is unknown color: approx Windsor. HEX triplet: 3F, 29 and 7A. RGB value is (63,41,122). Sum of RGB (Red+Green+Blue) = 63+41+122=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F297A is #C0D685. Grayscale: #383838. Windows color (decimal): -12637830 or 8005951. OLE color: 8005951.

HSL color Cylindrical-coordinate representation of color #3F297A: hue angle of 256.3º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F297A is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6341122-
CMYK0.480.6600.52
HSL256.3º49.69%31.96%-
HSV(B)256.3º66.39%47.84%-
XYZ6.364.0518.86-
YUV56.81164.79132.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=27.88%
G=18.14%
B=53.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63411220.480.6600.52256.349.6931.96
Hex3F297A30420341003220
Octal7751172601020644006240
Binary111111101001111101011000010000100110100100000000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F297A; }

 p { color: rgb(63,41,122); }

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

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

 a { background-color: rgb(63,41,122); }

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

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

 span { border-color: rgb(63,41,122); }

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