#3B297D

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

Shades of Windsor #3B297D

Tints of Windsor #3B297D

Color information

#3B297D (or 0x3B297D) is unknown color: approx Windsor. HEX triplet: 3B, 29 and 7D. RGB value is (59,41,125). Sum of RGB (Red+Green+Blue) = 59+41+125=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B297D is #C4D682. Grayscale: #373737. Windows color (decimal): -12899971 or 8202555. OLE color: 8202555.

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

Color convert

RGB5941125-
CMYK0.530.6700.51
HSL252.86º50.6%32.55%-
HSV(B)252.86º67.2%49.02%-
XYZ6.3419.84-
YUV55.96166.96130.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=26.22%
G=18.22%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59411250.530.6700.51252.8650.632.55
Hex3B297D3543033fd3321
Octal7351175651030633756341
Binary11101110100111111011101011000011011001111111101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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