Html Css Color HEX #3C2C76 Windsor

📋 copy color: '#3C2C76'

red 60 ◦ green 44 ◦ blue 118

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

Shades of Windsor #3C2C76

Tints of Windsor #3C2C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 27.03%
G = 19.82%
B = 53.15%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2C76 (or 0x3C2C76) is known color: Windsor. HEX triplet: 3C, 2C and 76. RGB value is (60,44,118). Sum of RGB (Red+Green+Blue) = 60+44+118=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C76 is #C3D389. Grayscale: #383838. Windows color (decimal): -12833674 or 7744572. OLE color: 7744572.

HSL color Cylindrical-coordinate representation of color #3C2C76: hue angle of 252.97º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2C76 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 44 118 -
CMYK 0.49 0.63 0 0.54
HSL 252.97º 0.46% 0.32% -
HSV(B) 252.97º 0.63% 0.46% -
XYZ 6.03 4.07 17.61 -
YUV 57.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 60 44 118 0.49 0.63 0 0.54 252.97 0.46 0.32
Hex 3C 2C 76 31 3F 0 36 FD 2E 20
Octal 74 54 166 61 77 0 66 375 56 40
Binary 111100 101100 1110110 110001 111111 0 110110 11111101 101110 100000

Color Harmonies of #3C2C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C76

Black with #3C2C76

Text Example


Text Example

White with #3C2C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,118); }

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

background-color css

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

 a { background-color: rgb(60,44,118); }

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

border-color css

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

 span { border-color: rgb(60,44,118); }

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