#3d297c

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

Shades of Windsor #3D297C

Tints of Windsor #3D297C

Color information

#3D297C (or 0x3D297C) is unknown color: approx Windsor. HEX triplet: 3D, 29 and 7C. RGB value is (61,41,124). Sum of RGB (Red+Green+Blue) = 61+41+124=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D297C is #C2D683. Grayscale: #383838. Windows color (decimal): -12768900 or 8137021. OLE color: 8137021.

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

Color convert

RGB6141124-
CMYK0.510.6700.51
HSL254.46º50.3%32.35%-
HSV(B)254.46º66.94%48.63%-
XYZ6.364.0319.51-
YUV56.44166.13131.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=26.99%
G=18.14%
B=54.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61411240.510.6700.51254.4650.332.35
Hex3D297C3343033fe3220
Octal7551174631030633766240
Binary11110110100111111001100111000011011001111111110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d297c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,124); }

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

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

 a { background-color: rgb(61,41,124); }

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

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

 span { border-color: rgb(61,41,124); }

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