Html Css Color HEX #3C2477 Windsor

📋 copy color: '#3C2477'

red 60 ◦ green 36 ◦ blue 119

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

Shades of Windsor #3C2477

Tints of Windsor #3C2477

RGB

 RED value IS 60 (23.83% from 255) = 27.91%

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

 BLUE value IS 119 (46.88% from 255) = 55.35%

R = 27.91%
G = 16.74%
B = 55.35%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C2477 (or 0x3C2477) is known color: Windsor. HEX triplet: 3C, 24 and 77. RGB value is (60,36,119). Sum of RGB (Red+Green+Blue) = 60+36+119=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C2477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2477 is #C3DB88. Grayscale: #343434. Windows color (decimal): -12835721 or 7808060. OLE color: 7808060.

HSL color Cylindrical-coordinate representation of color #3C2477: hue angle of 257.35º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2477 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 36 119 -
CMYK 0.50 0.70 0 0.53
HSL 257.35º 0.54% 0.3% -
HSV(B) 257.35º 0.7% 0.47% -
XYZ 5.82 3.55 17.83 -
YUV 52.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 60 36 119 0.50 0.70 0 0.53 257.35 0.54 0.3
Hex 3C 24 77 32 46 0 35 101 36 1E
Octal 74 44 167 62 106 0 65 401 66 36
Binary 111100 100100 1110111 110010 1000110 0 110101 100000001 110110 11110

Color Harmonies of #3C2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2477

Black with #3C2477

Text Example


Text Example

White with #3C2477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,119); }

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

background-color css

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

 a { background-color: rgb(60,36,119); }

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

border-color css

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

 span { border-color: rgb(60,36,119); }

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