Html Css Color HEX #3146A0 Tory Blue

📋 copy color: '#3146A0'

red 49 ◦ green 70 ◦ blue 160

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

Shades of Tory Blue #3146A0

Tints of Tory Blue #3146A0

RGB

 RED value IS 49 (19.53% from 255) = 17.56%

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 160 (62.89% from 255) = 57.35%

R = 17.56%
G = 25.09%
B = 57.35%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3146A0 (or 0x3146A0) is known color: Tory Blue. HEX triplet: 31, 46 and A0. RGB value is (49,70,160). Sum of RGB (Red+Green+Blue) = 49+70+160=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #3146A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3146A0 is #CEB95F. Grayscale: #494949. Windows color (decimal): -13547872 or 10503729. OLE color: 10503729.

HSL color Cylindrical-coordinate representation of color #3146A0: hue angle of 228.65º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3146A0 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 70 160 -
CMYK 0.69 0.56 0 0.37
HSL 228.65º 0.53% 0.41% -
HSV(B) 228.65º 0.69% 0.63% -
XYZ 9.8 7.57 34.2 -
YUV 73.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 49 70 160 0.69 0.56 0 0.37 228.65 0.53 0.41
Hex 31 46 A0 45 38 0 25 E5 35 29
Octal 61 106 240 105 70 0 45 345 65 51
Binary 110001 1000110 10100000 1000101 111000 0 100101 11100101 110101 101001

Color Harmonies of #3146A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3146A0

Black with #3146A0

Text Example


Text Example

White with #3146A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3146A0; }

 p { color: rgb(49,70,160); }

 H1.HeaderClassName
 {
   color: #3146A0;
 }
 .AnyTagClassName
 {
   color: #3146A0;
 }
</style>

background-color css

<style>
 a { background-color: #3146A0; }

 a { background-color: rgb(49,70,160); }

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

border-color css

<style>
 span { border-color: #3146A0; }

 span { border-color: rgb(49,70,160); }

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