#3E267B

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

Shades of Windsor #3E267B

Tints of Windsor #3E267B

Color information

#3E267B (or 0x3E267B) is unknown color: approx Windsor. HEX triplet: 3E, 26 and 7B. RGB value is (62,38,123). Sum of RGB (Red+Green+Blue) = 62+38+123=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E267B is #C1D984. Grayscale: #363636. Windows color (decimal): -12704133 or 8070718. OLE color: 8070718.

HSL color Cylindrical-coordinate representation of color #3E267B: hue angle of 256.94º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E267B is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6238123-
CMYK0.500.6900.52
HSL256.94º52.8%31.57%-
HSV(B)256.94º69.11%48.24%-
XYZ6.253.8419.15-
YUV54.87166.45133.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=27.80%
G=17.04%
B=55.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62381230.500.6900.52256.9452.831.57
Hex3E267B32450341013520
Octal7646173621050644016540
Binary111110100110111101111001010001010110100100000001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,38,123); }

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

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

 a { background-color: rgb(62,38,123); }

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

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

 span { border-color: rgb(62,38,123); }

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