Html Css Color HEX #3C2976 Windsor

📋 copy color: '#3C2976'

red 60 ◦ green 41 ◦ blue 118

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

Shades of Windsor #3C2976

Tints of Windsor #3C2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

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

R = 27.4%
G = 18.72%
B = 53.88%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2976 (or 0x3C2976) is known color: Windsor. HEX triplet: 3C, 29 and 76. RGB value is (60,41,118). Sum of RGB (Red+Green+Blue) = 60+41+118=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2976 is #C3D689. Grayscale: #373737. Windows color (decimal): -12834442 or 7743804. OLE color: 7743804.

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

Color convert

RGB 60 41 118 -
CMYK 0.49 0.65 0 0.54
HSL 254.81º 0.48% 0.31% -
HSV(B) 254.81º 0.65% 0.46% -
XYZ 5.93 3.85 17.57 -
YUV 55.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 60 41 118 0.49 0.65 0 0.54 254.81 0.48 0.31
Hex 3C 29 76 31 41 0 36 FF 30 1F
Octal 74 51 166 61 101 0 66 377 60 37
Binary 111100 101001 1110110 110001 1000001 0 110110 11111111 110000 11111

Color Harmonies of #3C2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2976

Black with #3C2976

Text Example


Text Example

White with #3C2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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