#3D246F

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

Shades of Windsor #3D246F

Tints of Windsor #3D246F

Color information

#3D246F (or 0x3D246F) is unknown color: approx Windsor. HEX triplet: 3D, 24 and 6F. RGB value is (61,36,111). Sum of RGB (Red+Green+Blue) = 61+36+111=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D246F is #C2DB90. Grayscale: #333333. Windows color (decimal): -12770193 or 7283773. OLE color: 7283773.

HSL color Cylindrical-coordinate representation of color #3D246F: hue angle of 260º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D246F is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6136111-
CMYK0.450.6800.56
HSL260º51.02%28.82%-
HSV(B)260º67.57%43.53%-
XYZ5.423.415.41-
YUV52.02161.28134.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 111 (43.75% from 255) = 53.37%
R=29.33%
G=17.31%
B=53.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61361110.450.6800.5626051.0228.82
Hex3D246F2D44038104331d
Octal7544157551040704046335
Binary11110110010011011111011011000100011100010000010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,111); }

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

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

 a { background-color: rgb(61,36,111); }

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

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

 span { border-color: rgb(61,36,111); }

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