#3C247A

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

Shades of Windsor #3C247A

Tints of Windsor #3C247A

Color information

#3C247A (or 0x3C247A) is unknown color: approx Windsor. HEX triplet: 3C, 24 and 7A. RGB value is (60,36,122). Sum of RGB (Red+Green+Blue) = 60+36+122=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C247A is #C3DB85. Grayscale: #343434. Windows color (decimal): -12835718 or 8004668. OLE color: 8004668.

HSL color Cylindrical-coordinate representation of color #3C247A: hue angle of 256.74º 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 #3C247A is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6036122-
CMYK0.510.7000.52
HSL256.74º54.43%30.98%-
HSV(B)256.74º70.49%47.84%-
XYZ6.013.6318.8-
YUV52.98166.95133.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=27.52%
G=16.51%
B=55.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60361220.510.7000.52256.7454.4330.98
Hex3C247A3346034101361f
Octal7444172631060644016637
Binary11110010010011110101100111000110011010010000000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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