#3C277B

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

Shades of Windsor #3C277B

Tints of Windsor #3C277B

Color information

#3C277B (or 0x3C277B) is unknown color: approx Windsor. HEX triplet: 3C, 27 and 7B. RGB value is (60,39,123). Sum of RGB (Red+Green+Blue) = 60+39+123=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C277B is #C3D884. Grayscale: #363636. Windows color (decimal): -12834949 or 8070972. OLE color: 8070972.

HSL color Cylindrical-coordinate representation of color #3C277B: hue angle of 255º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C277B is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6039123-
CMYK0.510.6800.52
HSL255º51.85%31.76%-
HSV(B)255º68.29%48.24%-
XYZ6.163.8419.16-
YUV54.86166.46131.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=27.03%
G=17.57%
B=55.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60391230.510.6800.5225551.8531.76
Hex3C277B3344034ff3420
Octal7447173631040643776440
Binary11110010011111110111100111000100011010011111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,123); }

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

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

 a { background-color: rgb(60,39,123); }

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

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

 span { border-color: rgb(60,39,123); }

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