#3D2274

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

Shades of Windsor #3D2274

Tints of Windsor #3D2274

Color information

#3D2274 (or 0x3D2274) is unknown color: approx Windsor. HEX triplet: 3D, 22 and 74. RGB value is (61,34,116). Sum of RGB (Red+Green+Blue) = 61+34+116=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D2274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2274 is #C2DD8B. Grayscale: #333333. Windows color (decimal): -12770700 or 7610941. OLE color: 7610941.

HSL color Cylindrical-coordinate representation of color #3D2274: hue angle of 259.76º 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 #3D2274 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6134116-
CMYK0.470.7100.55
HSL259.76º54.67%29.41%-
HSV(B)259.76º70.69%45.49%-
XYZ5.653.416.88-
YUV51.42164.45134.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 116 (45.70% from 255) = 54.98%
R=28.91%
G=16.11%
B=54.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61341160.470.7100.55259.7654.6729.41
Hex3D22742F47037104371d
Octal7542164571070674046735
Binary11110110001011101001011111000111011011110000010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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