#3A257A

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

Shades of Windsor #3A257A

Tints of Windsor #3A257A

Color information

#3A257A (or 0x3A257A) is unknown color: approx Windsor. HEX triplet: 3A, 25 and 7A. RGB value is (58,37,122). Sum of RGB (Red+Green+Blue) = 58+37+122=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A257A is #C5DA85. Grayscale: #343434. Windows color (decimal): -12966534 or 8004922. OLE color: 8004922.

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

Color convert

RGB5837122-
CMYK0.520.7000.52
HSL254.82º53.46%31.18%-
HSV(B)254.82º69.67%47.84%-
XYZ5.923.6318.8-
YUV52.97166.96131.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.73%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=26.73%
G=17.05%
B=56.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58371220.520.7000.52254.8253.4631.18
Hex3A257A3446034ff351f
Octal7245172641060643776537
Binary1110101001011111010110100100011001101001111111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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