Html Css Color HEX #3C2774 Windsor

📋 copy color: '#3C2774'

red 60 ◦ green 39 ◦ blue 116

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

Shades of Windsor #3C2774

Tints of Windsor #3C2774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

 BLUE value IS 116 (45.7% from 255) = 53.95%

R = 27.91%
G = 18.14%
B = 53.95%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2774 (or 0x3C2774) is known color: Windsor. HEX triplet: 3C, 27 and 74. RGB value is (60,39,116). Sum of RGB (Red+Green+Blue) = 60+39+116=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C2774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2774 is #C3D88B. Grayscale: #353535. Windows color (decimal): -12834956 or 7612220. OLE color: 7612220.

HSL color Cylindrical-coordinate representation of color #3C2774: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C2774 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 39 116 -
CMYK 0.48 0.66 0 0.55
HSL 256.36º 0.5% 0.3% -
HSV(B) 256.36º 0.66% 0.45% -
XYZ 5.74 3.67 16.93 -
YUV 54.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 60 39 116 0.48 0.66 0 0.55 256.36 0.5 0.3
Hex 3C 27 74 30 42 0 37 100 32 1E
Octal 74 47 164 60 102 0 67 400 62 36
Binary 111100 100111 1110100 110000 1000010 0 110111 100000000 110010 11110

Color Harmonies of #3C2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2774

Black with #3C2774

Text Example


Text Example

White with #3C2774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,39,116); }

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

background-color css

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

 a { background-color: rgb(60,39,116); }

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

border-color css

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

 span { border-color: rgb(60,39,116); }

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