#3D266E

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

Shades of Windsor #3D266E

Tints of Windsor #3D266E

Color information

#3D266E (or 0x3D266E) is unknown color: approx Windsor. HEX triplet: 3D, 26 and 6E. RGB value is (61,38,110). Sum of RGB (Red+Green+Blue) = 61+38+110=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D266E is #C2D991. Grayscale: #343434. Windows color (decimal): -12769682 or 7218749. OLE color: 7218749.

HSL color Cylindrical-coordinate representation of color #3D266E: hue angle of 259.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D266E is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6138110-
CMYK0.450.6500.57
HSL259.17º48.65%29.02%-
HSV(B)259.17º65.45%43.14%-
XYZ5.433.515.14-
YUV53.08160.12133.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=29.19%
G=18.18%
B=52.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61381100.450.6500.57259.1748.6529.02
Hex3D266E2D41039103311d
Octal7546156551010714036135
Binary11110110011011011101011011000001011100110000001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,38,110); }

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

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

 a { background-color: rgb(61,38,110); }

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

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

 span { border-color: rgb(61,38,110); }

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