#3D2E7C

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

Shades of Windsor #3D2E7C

Tints of Windsor #3D2E7C

Color information

#3D2E7C (or 0x3D2E7C) is unknown color: approx Windsor. HEX triplet: 3D, 2E and 7C. RGB value is (61,46,124). Sum of RGB (Red+Green+Blue) = 61+46+124=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D2E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2E7C is #C2D183. Grayscale: #3B3B3B. Windows color (decimal): -12767620 or 8138301. OLE color: 8138301.

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

Color convert

RGB6146124-
CMYK0.510.6300.51
HSL251.54º45.88%33.33%-
HSV(B)251.54º62.9%48.63%-
XYZ6.544.419.57-
YUV59.38164.47129.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=26.41%
G=19.91%
B=53.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61461240.510.6300.51251.5445.8833.33
Hex3D2E7C333F033fc2e21
Octal755617463770633745641
Binary1111011011101111100110011111111011001111111100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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