Html Css Color HEX #3148A2 Tory Blue

📋 copy color: '#3148A2'

red 49 ◦ green 72 ◦ blue 162

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

Shades of Tory Blue #3148A2

Tints of Tory Blue #3148A2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

 BLUE value IS 162 (63.67% from 255) = 57.24%

R = 17.31%
G = 25.44%
B = 57.24%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3148A2 (or 0x3148A2) is known color: Tory Blue. HEX triplet: 31, 48 and A2. RGB value is (49,72,162). Sum of RGB (Red+Green+Blue) = 49+72+162=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #3148A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3148A2 is #CEB75D. Grayscale: #4B4B4B. Windows color (decimal): -13547358 or 10635313. OLE color: 10635313.

HSL color Cylindrical-coordinate representation of color #3148A2: hue angle of 227.79º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3148A2 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 72 162 -
CMYK 0.70 0.56 0 0.36
HSL 227.79º 0.54% 0.41% -
HSV(B) 227.79º 0.7% 0.64% -
XYZ 10.11 7.9 35.17 -
YUV 75.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 49 72 162 0.70 0.56 0 0.36 227.79 0.54 0.41
Hex 31 48 A2 46 38 0 24 E4 36 29
Octal 61 110 242 106 70 0 44 344 66 51
Binary 110001 1001000 10100010 1000110 111000 0 100100 11100100 110110 101001

Color Harmonies of #3148A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3148A2

Black with #3148A2

Text Example


Text Example

White with #3148A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3148A2; }

 p { color: rgb(49,72,162); }

 H1.HeaderClassName
 {
   color: #3148A2;
 }
 .AnyTagClassName
 {
   color: #3148A2;
 }
</style>

background-color css

<style>
 a { background-color: #3148A2; }

 a { background-color: rgb(49,72,162); }

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

border-color css

<style>
 span { border-color: #3148A2; }

 span { border-color: rgb(49,72,162); }

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