#3A267A

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

Shades of Windsor #3A267A

Tints of Windsor #3A267A

Color information

#3A267A (or 0x3A267A) is unknown color: approx Windsor. HEX triplet: 3A, 26 and 7A. RGB value is (58,38,122). Sum of RGB (Red+Green+Blue) = 58+38+122=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 38 (15.23% from 255 or 17.43% 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 #3A267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A267A is #C5D985. Grayscale: #353535. Windows color (decimal): -12966278 or 8005178. OLE color: 8005178.

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

Color convert

RGB5838122-
CMYK0.520.6900.52
HSL254.29º52.5%31.37%-
HSV(B)254.29º68.85%47.84%-
XYZ5.953.6918.81-
YUV53.56166.63131.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=26.61%
G=17.43%
B=55.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58381220.520.6900.52254.2952.531.37
Hex3A267A3445034fe341f
Octal7246172641050643766437
Binary1110101001101111010110100100010101101001111111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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