Html Css Color HEX #3E258B Windsor

📋 copy color: '#3E258B'

red 62 ◦ green 37 ◦ blue 139

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

Shades of Windsor #3E258B

Tints of Windsor #3E258B

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.4%

R = 26.05%
G = 15.55%
B = 58.4%

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

#3E258B (or 0x3E258B) is known color: 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

RGB 62 37 139 -
CMYK 0.55 0.73 0 0.45
HSL 254.71º 0.58% 0.35% -
HSV(B) 254.71º 0.73% 0.55% -
XYZ 7.31 4.21 24.85 -
YUV 56.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 62 37 139 0.55 0.73 0 0.45 254.71 0.58 0.35
Hex 3E 25 8B 37 49 0 2D FF 3A 23
Octal 76 45 213 67 111 0 55 377 72 43
Binary 111110 100101 10001011 110111 1001001 0 101101 11111111 111010 100011

Color Harmonies of #3E258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E258B

Black with #3E258B

Text Example


Text Example

White with #3E258B

Text Example


Text Example

HTML Codes & Css Web 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>