Html Css Color HEX #3E268B Windsor

📋 copy color: '#3E268B'

red 62 ◦ green 38 ◦ blue 139

#3E268B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #3E268B

Tints of Windsor #3E268B

RGB

 RED value IS 62 (24.61% from 255) = 25.94%

 GREEN value IS 38 (15.23% from 255) = 15.9%

 BLUE value IS 139 (54.69% from 255) = 58.16%

R = 25.94%
G = 15.9%
B = 58.16%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E268B (or 0x3E268B) is known color: Windsor. HEX triplet: 3E, 26 and 8B. RGB value is (62,38,139). Sum of RGB (Red+Green+Blue) = 62+38+139=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E268B is #C1D974. Grayscale: #383838. Windows color (decimal): -12704117 or 9119294. OLE color: 9119294.

HSL color Cylindrical-coordinate representation of color #3E268B: hue angle of 254.26º degrees, saturation: 0.57, 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 #3E268B is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 38 139 -
CMYK 0.55 0.73 0 0.45
HSL 254.26º 0.57% 0.35% -
HSV(B) 254.26º 0.73% 0.55% -
XYZ 7.34 4.27 24.86 -
YUV 56.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 62 38 139 0.55 0.73 0 0.45 254.26 0.57 0.35
Hex 3E 26 8B 37 49 0 2D FE 39 23
Octal 76 46 213 67 111 0 55 376 71 43
Binary 111110 100110 10001011 110111 1001001 0 101101 11111110 111001 100011

Color Harmonies of #3E268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E268B

Black with #3E268B

Text Example


Text Example

White with #3E268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E268B;
 }
 .AnyTagClassName
 {
   color: #3E268B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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