#3A267C

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

Shades of Windsor #3A267C

Tints of Windsor #3A267C

Color information

#3A267C (or 0x3A267C) is unknown color: approx Windsor. HEX triplet: 3A, 26 and 7C. RGB value is (58,38,124). Sum of RGB (Red+Green+Blue) = 58+38+124=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A267C is #C5D983. Grayscale: #353535. Windows color (decimal): -12966276 or 8136250. OLE color: 8136250.

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

Color convert

RGB5838124-
CMYK0.530.6900.51
HSL253.95º53.09%31.76%-
HSV(B)253.95º69.35%48.63%-
XYZ6.083.7419.47-
YUV53.78167.63131.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=26.36%
G=17.27%
B=56.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58381240.530.6900.51253.9553.0931.76
Hex3A267C3545033fe3520
Octal7246174651050633766540
Binary11101010011011111001101011000101011001111111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,124); }

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

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

 a { background-color: rgb(58,38,124); }

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

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

 span { border-color: rgb(58,38,124); }

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