#3A2E7C

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

Shades of Windsor #3A2E7C

Tints of Windsor #3A2E7C

Color information

#3A2E7C (or 0x3A2E7C) is unknown color: approx Windsor. HEX triplet: 3A, 2E and 7C. RGB value is (58,46,124). Sum of RGB (Red+Green+Blue) = 58+46+124=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A2E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2E7C is #C5D183. Grayscale: #3A3A3A. Windows color (decimal): -12964228 or 8138298. OLE color: 8138298.

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

Color convert

RGB5846124-
CMYK0.530.6300.51
HSL249.23º45.88%33.33%-
HSV(B)249.23º62.9%48.63%-
XYZ6.364.3119.57-
YUV58.48164.98127.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.44%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=25.44%
G=20.18%
B=54.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58461240.530.6300.51249.2345.8833.33
Hex3A2E7C353F033f92e21
Octal725617465770633715641
Binary1110101011101111100110101111111011001111111001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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