Html Css Color HEX #3E248C Windsor

📋 copy color: '#3E248C'

red 62 ◦ green 36 ◦ blue 140

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

Shades of Windsor #3E248C

Tints of Windsor #3E248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 140 (55.08% from 255) = 58.82%

R = 26.05%
G = 15.13%
B = 58.82%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E248C (or 0x3E248C) is known color: Windsor. HEX triplet: 3E, 24 and 8C. RGB value is (62,36,140). Sum of RGB (Red+Green+Blue) = 62+36+140=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E248C is #C1DB73. Grayscale: #373737. Windows color (decimal): -12704628 or 9184318. OLE color: 9184318.

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

Color convert

RGB 62 36 140 -
CMYK 0.56 0.74 0 0.45
HSL 255º 0.59% 0.35% -
HSV(B) 255º 0.74% 0.55% -
XYZ 7.35 4.18 25.23 -
YUV 55.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 62 36 140 0.56 0.74 0 0.45 255 0.59 0.35
Hex 3E 24 8C 38 4A 0 2D FF 3B 23
Octal 76 44 214 70 112 0 55 377 73 43
Binary 111110 100100 10001100 111000 1001010 0 101101 11111111 111011 100011

Color Harmonies of #3E248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E248C

Black with #3E248C

Text Example


Text Example

White with #3E248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,36,140); }

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

background-color css

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

 a { background-color: rgb(62,36,140); }

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

border-color css

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

 span { border-color: rgb(62,36,140); }

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