#3B278A

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

Shades of Windsor #3B278A

Tints of Windsor #3B278A

Color information

#3B278A (or 0x3B278A) is unknown color: approx Windsor. HEX triplet: 3B, 27 and 8A. RGB value is (59,39,138). Sum of RGB (Red+Green+Blue) = 59+39+138=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B278A is #C4D875. Grayscale: #373737. Windows color (decimal): -12900470 or 9054011. OLE color: 9054011.

HSL color Cylindrical-coordinate representation of color #3B278A: hue angle of 252.12º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B278A is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5939138-
CMYK0.570.7200.46
HSL252.12º55.93%34.71%-
HSV(B)252.12º71.74%54.12%-
XYZ7.124.2224.48-
YUV56.27174.13129.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=25%
G=16.53%
B=58.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59391380.570.7200.46252.1255.9334.71
Hex3B278A394802Efc3823
Octal7347212711100563747043
Binary111011100111100010101110011001000010111011111100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,138); }

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

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

 a { background-color: rgb(59,39,138); }

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

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

 span { border-color: rgb(59,39,138); }

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