#3E258B

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

Shades of Windsor #3E258B

Tints of Windsor #3E258B

Color information

#3E258B (or 0x3E258B) is unknown color: approx Windsor. HEX triplet: 3E, 25 and 8B. RGB value is (62,37,139). Sum of RGB (Red+Green+Blue) = 62+37+139=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E258B is #C1DA74. Grayscale: #373737. Windows color (decimal): -12704373 or 9119038. OLE color: 9119038.

HSL color Cylindrical-coordinate representation of color #3E258B: hue angle of 254.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E258B is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6237139-
CMYK0.550.7300.45
HSL254.71º57.95%34.51%-
HSV(B)254.71º73.38%54.51%-
XYZ7.314.2124.85-
YUV56.1174.78132.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=26.05%
G=15.55%
B=58.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62371390.550.7300.45254.7157.9534.51
Hex3E258B374902Dff3a23
Octal7645213671110553777243
Binary111110100101100010111101111001001010110111111111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,37,139); }

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

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

 a { background-color: rgb(62,37,139); }

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

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

 span { border-color: rgb(62,37,139); }

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