Html Css Color HEX #3147A0 Tory Blue

📋 copy color: '#3147A0'

red 49 ◦ green 71 ◦ blue 160

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

Shades of Tory Blue #3147A0

Tints of Tory Blue #3147A0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 17.5%
G = 25.36%
B = 57.14%

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

#3147A0 (or 0x3147A0) is known color: Tory Blue. HEX triplet: 31, 47 and A0. RGB value is (49,71,160). Sum of RGB (Red+Green+Blue) = 49+71+160=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #3147A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3147A0 is #CEB85F. Grayscale: #4A4A4A. Windows color (decimal): -13547616 or 10503985. OLE color: 10503985.

HSL color Cylindrical-coordinate representation of color #3147A0: hue angle of 228.11º 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 #3147A0 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 71 160 -
CMYK 0.69 0.56 0 0.37
HSL 228.11º 0.53% 0.41% -
HSV(B) 228.11º 0.69% 0.63% -
XYZ 9.87 7.7 34.22 -
YUV 74.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 49 71 160 0.69 0.56 0 0.37 228.11 0.53 0.41
Hex 31 47 A0 45 38 0 25 E4 35 29
Octal 61 107 240 105 70 0 45 344 65 51
Binary 110001 1000111 10100000 1000101 111000 0 100101 11100100 110101 101001

Color Harmonies of #3147A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3147A0

Black with #3147A0

Text Example


Text Example

White with #3147A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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