Html Css Color HEX #314BA2 Tory Blue

📋 copy color: '#314BA2'

red 49 ◦ green 75 ◦ blue 162

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

Shades of Tory Blue #314BA2

Tints of Tory Blue #314BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

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

R = 17.13%
G = 26.22%
B = 56.64%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#314BA2 (or 0x314BA2) is known color: Tory Blue. HEX triplet: 31, 4B and A2. RGB value is (49,75,162). Sum of RGB (Red+Green+Blue) = 49+75+162=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #314BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314BA2 is #CEB45D. Grayscale: #4C4C4C. Windows color (decimal): -13546590 or 10636081. OLE color: 10636081.

HSL color Cylindrical-coordinate representation of color #314BA2: hue angle of 226.19º 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 #314BA2 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 75 162 -
CMYK 0.70 0.54 0 0.36
HSL 226.19º 0.54% 0.41% -
HSV(B) 226.19º 0.7% 0.64% -
XYZ 10.3 8.29 35.24 -
YUV 77.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 49 75 162 0.70 0.54 0 0.36 226.19 0.54 0.41
Hex 31 4B A2 46 36 0 24 E2 36 29
Octal 61 113 242 106 66 0 44 342 66 51
Binary 110001 1001011 10100010 1000110 110110 0 100100 11100010 110110 101001

Color Harmonies of #314BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314BA2

Black with #314BA2

Text Example


Text Example

White with #314BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314BA2; }

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

 H1.HeaderClassName
 {
   color: #314BA2;
 }
 .AnyTagClassName
 {
   color: #314BA2;
 }
</style>

background-color css

<style>
 a { background-color: #314BA2; }

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

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

border-color css

<style>
 span { border-color: #314BA2; }

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

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