#3C307C

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

Shades of Windsor #3C307C

Tints of Windsor #3C307C

Color information

#3C307C (or 0x3C307C) is unknown color: approx Windsor. HEX triplet: 3C, 30 and 7C. RGB value is (60,48,124). Sum of RGB (Red+Green+Blue) = 60+48+124=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C307C is #C3CF83. Grayscale: #3B3B3B. Windows color (decimal): -12832644 or 8138812. OLE color: 8138812.

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

Color convert

RGB6048124-
CMYK0.520.6100.51
HSL249.47º44.19%33.73%-
HSV(B)249.47º61.29%48.63%-
XYZ6.564.5319.6-
YUV60.25163.98127.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=25.86%
G=20.69%
B=53.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60481240.520.6100.51249.4744.1933.73
Hex3C307C343D033f92c22
Octal746017464750633715442
Binary1111001100001111100110100111101011001111111001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,124); }

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

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

 a { background-color: rgb(60,48,124); }

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

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

 span { border-color: rgb(60,48,124); }

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