#3d2684

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

Shades of Windsor #3D2684

Tints of Windsor #3D2684

Color information

#3D2684 (or 0x3D2684) is unknown color: approx Windsor. HEX triplet: 3D, 26 and 84. RGB value is (61,38,132). Sum of RGB (Red+Green+Blue) = 61+38+132=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D2684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2684 is #C2D97B. Grayscale: #373737. Windows color (decimal): -12769660 or 8660541. OLE color: 8660541.

HSL color Cylindrical-coordinate representation of color #3D2684: hue angle of 254.68º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D2684 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6138132-
CMYK0.540.7100.48
HSL254.68º55.29%33.33%-
HSV(B)254.68º71.21%51.76%-
XYZ6.784.0422.25-
YUV55.59171.12131.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=26.41%
G=16.45%
B=57.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61381320.540.7100.48254.6855.2933.33
Hex3D26843647030ff3721
Octal7546204661070603776741
Binary111101100110100001001101101000111011000011111111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d2684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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