#3B267A

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

Shades of Windsor #3B267A

Tints of Windsor #3B267A

Color information

#3B267A (or 0x3B267A) is unknown color: approx Windsor. HEX triplet: 3B, 26 and 7A. RGB value is (59,38,122). Sum of RGB (Red+Green+Blue) = 59+38+122=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B267A is #C4D985. Grayscale: #353535. Windows color (decimal): -12900742 or 8005179. OLE color: 8005179.

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

Color convert

RGB5938122-
CMYK0.520.6900.52
HSL255º52.5%31.37%-
HSV(B)255º68.85%47.84%-
XYZ6.013.7218.81-
YUV53.86166.46131.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=26.94%
G=17.35%
B=55.71%

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
Decimal59381220.520.6900.5225552.531.37
Hex3B267A3445034ff341f
Octal7346172641050643776437
Binary1110111001101111010110100100010101101001111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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