#3C267A

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

Shades of Windsor #3C267A

Tints of Windsor #3C267A

Color information

#3C267A (or 0x3C267A) is unknown color: approx Windsor. HEX triplet: 3C, 26 and 7A. RGB value is (60,38,122). Sum of RGB (Red+Green+Blue) = 60+38+122=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C267A is #C3D985. Grayscale: #353535. Windows color (decimal): -12835206 or 8005180. OLE color: 8005180.

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

Color convert

RGB6038122-
CMYK0.510.6900.52
HSL255.71º52.5%31.37%-
HSV(B)255.71º68.85%47.84%-
XYZ6.073.7518.82-
YUV54.15166.29132.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=27.27%
G=17.27%
B=55.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60381220.510.6900.52255.7152.531.37
Hex3C267A3345034100341f
Octal7446172631050644006437
Binary11110010011011110101100111000101011010010000000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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