Html Css Color HEX #3C2879 Windsor

📋 copy color: '#3C2879'

red 60 ◦ green 40 ◦ blue 121

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

Shades of Windsor #3C2879

Tints of Windsor #3C2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 121 (47.66% from 255) = 54.75%

R = 27.15%
G = 18.1%
B = 54.75%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C2879 (or 0x3C2879) is known color: Windsor. HEX triplet: 3C, 28 and 79. RGB value is (60,40,121). Sum of RGB (Red+Green+Blue) = 60+40+121=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2879 is #C3D786. Grayscale: #363636. Windows color (decimal): -12834695 or 7940156. OLE color: 7940156.

HSL color Cylindrical-coordinate representation of color #3C2879: hue angle of 254.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2879 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 40 121 -
CMYK 0.50 0.67 0 0.53
HSL 254.81º 0.5% 0.32% -
HSV(B) 254.81º 0.67% 0.47% -
XYZ 6.07 3.86 18.51 -
YUV 55.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 60 40 121 0.50 0.67 0 0.53 254.81 0.5 0.32
Hex 3C 28 79 32 43 0 35 FF 32 20
Octal 74 50 171 62 103 0 65 377 62 40
Binary 111100 101000 1111001 110010 1000011 0 110101 11111111 110010 100000

Color Harmonies of #3C2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2879

Black with #3C2879

Text Example


Text Example

White with #3C2879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,121); }

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

background-color css

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

 a { background-color: rgb(60,40,121); }

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

border-color css

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

 span { border-color: rgb(60,40,121); }

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