Html Css Color HEX #3C4995 Tory Blue

📋 copy color: '#3C4995'

red 60 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #3C4995

Tints of Tory Blue #3C4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 21.28%
G = 25.89%
B = 52.84%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C4995 (or 0x3C4995) is known color: Tory Blue. HEX triplet: 3C, 49 and 95. RGB value is (60,73,149). Sum of RGB (Red+Green+Blue) = 60+73+149=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C4995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4995 is #C3B66A. Grayscale: #4D4D4D. Windows color (decimal): -12826219 or 9783612. OLE color: 9783612.

HSL color Cylindrical-coordinate representation of color #3C4995: hue angle of 231.24º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C4995 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 73 149 -
CMYK 0.60 0.51 0 0.42
HSL 231.24º 0.43% 0.41% -
HSV(B) 231.24º 0.6% 0.58% -
XYZ 9.67 7.9 29.45 -
YUV 77.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 60 73 149 0.60 0.51 0 0.42 231.24 0.43 0.41
Hex 3C 49 95 3C 33 0 2A E7 2B 29
Octal 74 111 225 74 63 0 52 347 53 51
Binary 111100 1001001 10010101 111100 110011 0 101010 11100111 101011 101001

Color Harmonies of #3C4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4995

Black with #3C4995

Text Example


Text Example

White with #3C4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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