#3B247A

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

Shades of Windsor #3B247A

Tints of Windsor #3B247A

Color information

#3B247A (or 0x3B247A) is unknown color: approx Windsor. HEX triplet: 3B, 24 and 7A. RGB value is (59,36,122). Sum of RGB (Red+Green+Blue) = 59+36+122=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B247A is #C4DB85. Grayscale: #343434. Windows color (decimal): -12901254 or 8004667. OLE color: 8004667.

HSL color Cylindrical-coordinate representation of color #3B247A: hue angle of 256.05º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B247A is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5936122-
CMYK0.520.7000.52
HSL256.05º54.43%30.98%-
HSV(B)256.05º70.49%47.84%-
XYZ5.953.618.79-
YUV52.68167.12132.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=27.19%
G=16.59%
B=56.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59361220.520.7000.52256.0554.4330.98
Hex3B247A3446034100361f
Octal7344172641060644006637
Binary11101110010011110101101001000110011010010000000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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