#3B2985

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

Shades of Windsor #3B2985

Tints of Windsor #3B2985

Color information

#3B2985 (or 0x3B2985) is unknown color: approx Windsor. HEX triplet: 3B, 29 and 85. RGB value is (59,41,133). Sum of RGB (Red+Green+Blue) = 59+41+133=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B2985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2985 is #C4D67A. Grayscale: #383838. Windows color (decimal): -12899963 or 8726843. OLE color: 8726843.

HSL color Cylindrical-coordinate representation of color #3B2985: hue angle of 251.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2985 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5941133-
CMYK0.560.6900.48
HSL251.74º52.87%34.12%-
HSV(B)251.74º69.17%52.16%-
XYZ6.834.2122.64-
YUV56.87170.96129.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=25.32%
G=17.60%
B=57.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59411330.560.6900.48251.7452.8734.12
Hex3B29853845030fc3522
Octal7351205701050603746542
Binary111011101001100001011110001000101011000011111100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,133); }

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

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

 a { background-color: rgb(59,41,133); }

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

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

 span { border-color: rgb(59,41,133); }

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