#3B247C

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

Shades of Windsor #3B247C

Tints of Windsor #3B247C

Color information

#3B247C (or 0x3B247C) is unknown color: approx Windsor. HEX triplet: 3B, 24 and 7C. RGB value is (59,36,124). Sum of RGB (Red+Green+Blue) = 59+36+124=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B247C is #C4DB83. Grayscale: #343434. Windows color (decimal): -12901252 or 8135739. OLE color: 8135739.

HSL color Cylindrical-coordinate representation of color #3B247C: hue angle of 255.68º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B247C is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5936124-
CMYK0.520.7100.51
HSL255.68º55%31.37%-
HSV(B)255.68º70.97%48.63%-
XYZ6.073.6519.45-
YUV52.91168.12132.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=26.94%
G=16.44%
B=56.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59361240.520.7100.51255.685531.37
Hex3B247C3447033100371f
Octal7344174641070634006737
Binary11101110010011111001101001000111011001110000000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,124); }

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

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

 a { background-color: rgb(59,36,124); }

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

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

 span { border-color: rgb(59,36,124); }

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