Html Css Color HEX #3E237C Windsor

📋 copy color: '#3E237C'

red 62 ◦ green 35 ◦ blue 124

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

Shades of Windsor #3E237C

Tints of Windsor #3E237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 28.05%
G = 15.84%
B = 56.11%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E237C (or 0x3E237C) is known color: Windsor. HEX triplet: 3E, 23 and 7C. RGB value is (62,35,124). Sum of RGB (Red+Green+Blue) = 62+35+124=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E237C is #C1DC83. Grayscale: #343434. Windows color (decimal): -12704900 or 8135486. OLE color: 8135486.

HSL color Cylindrical-coordinate representation of color #3E237C: hue angle of 258.2º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E237C is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 35 124 -
CMYK 0.5 0.72 0 0.51
HSL 258.2º 0.56% 0.31% -
HSV(B) 258.2º 0.72% 0.49% -
XYZ 6.23 3.68 19.45 -
YUV 53.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 62 35 124 0.5 0.72 0 0.51 258.2 0.56 0.31
Hex 3E 23 7C 32 48 0 33 102 38 1F
Octal 76 43 174 62 110 0 63 402 70 37
Binary 111110 100011 1111100 110010 1001000 0 110011 100000010 111000 11111

Color Harmonies of #3E237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E237C

Black with #3E237C

Text Example


Text Example

White with #3E237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,35,124); }

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

background-color css

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

 a { background-color: rgb(62,35,124); }

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

border-color css

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

 span { border-color: rgb(62,35,124); }

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