Html Css Color HEX #3C4980 Tory Blue

📋 copy color: '#3C4980'

red 60 ◦ green 73 ◦ blue 128

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

Shades of Tory Blue #3C4980

Tints of Tory Blue #3C4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 22.99%
G = 27.97%
B = 49.04%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C4980 (or 0x3C4980) is known color: Tory Blue. HEX triplet: 3C, 49 and 80. RGB value is (60,73,128). Sum of RGB (Red+Green+Blue) = 60+73+128=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C4980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4980 is #C3B67F. Grayscale: #4B4B4B. Windows color (decimal): -12826240 or 8407356. OLE color: 8407356.

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

Color convert

RGB 60 73 128 -
CMYK 0.53 0.43 0 0.50
HSL 228.53º 0.36% 0.37% -
HSV(B) 228.53º 0.53% 0.5% -
XYZ 8.14 7.28 21.4 -
YUV 75.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 60 73 128 0.53 0.43 0 0.50 228.53 0.36 0.37
Hex 3C 49 80 35 2B 0 32 E5 24 25
Octal 74 111 200 65 53 0 62 345 44 45
Binary 111100 1001001 10000000 110101 101011 0 110010 11100101 100100 100101

Color Harmonies of #3C4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4980

Black with #3C4980

Text Example


Text Example

White with #3C4980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,128); }

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

background-color css

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

 a { background-color: rgb(60,73,128); }

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

border-color css

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

 span { border-color: rgb(60,73,128); }

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