Html Css Color HEX #3E258A Windsor

📋 copy color: '#3E258A'

red 62 ◦ green 37 ◦ blue 138

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

Shades of Windsor #3E258A

Tints of Windsor #3E258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

 BLUE value IS 138 (54.3% from 255) = 58.23%

R = 26.16%
G = 15.61%
B = 58.23%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E258A (or 0x3E258A) is known color: Windsor. HEX triplet: 3E, 25 and 8A. RGB value is (62,37,138). Sum of RGB (Red+Green+Blue) = 62+37+138=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E258A is #C1DA75. Grayscale: #373737. Windows color (decimal): -12704374 or 9053502. OLE color: 9053502.

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

Color convert

RGB 62 37 138 -
CMYK 0.55 0.73 0 0.46
HSL 254.85º 0.58% 0.34% -
HSV(B) 254.85º 0.73% 0.54% -
XYZ 7.24 4.18 24.47 -
YUV 55.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 62 37 138 0.55 0.73 0 0.46 254.85 0.58 0.34
Hex 3E 25 8A 37 49 0 2E FF 3A 22
Octal 76 45 212 67 111 0 56 377 72 42
Binary 111110 100101 10001010 110111 1001001 0 101110 11111111 111010 100010

Color Harmonies of #3E258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E258A

Black with #3E258A

Text Example


Text Example

White with #3E258A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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