#3E268A

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

Shades of Windsor #3E268A

Tints of Windsor #3E268A

Color information

#3E268A (or 0x3E268A) is unknown color: approx Windsor. HEX triplet: 3E, 26 and 8A. RGB value is (62,38,138). Sum of RGB (Red+Green+Blue) = 62+38+138=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E268A is #C1D975. Grayscale: #383838. Windows color (decimal): -12704118 or 9053758. OLE color: 9053758.

HSL color Cylindrical-coordinate representation of color #3E268A: hue angle of 254.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E268A is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6238138-
CMYK0.550.7200.46
HSL254.4º56.82%34.51%-
HSV(B)254.4º72.46%54.12%-
XYZ7.274.2524.48-
YUV56.58173.95131.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=26.05%
G=15.97%
B=57.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62381380.550.7200.46254.456.8234.51
Hex3E268A374802Efe3923
Octal7646212671100563767143
Binary111110100110100010101101111001000010111011111110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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