Html Css Color HEX #314F8E Tory Blue

📋 copy color: '#314F8E'

red 49 ◦ green 79 ◦ blue 142

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

Shades of Tory Blue #314F8E

Tints of Tory Blue #314F8E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 18.15%
G = 29.26%
B = 52.59%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#314F8E (or 0x314F8E) is known color: Tory Blue. HEX triplet: 31, 4F and 8E. RGB value is (49,79,142). Sum of RGB (Red+Green+Blue) = 49+79+142=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #314F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F8E is #CEB071. Grayscale: #4C4C4C. Windows color (decimal): -13545586 or 9326385. OLE color: 9326385.

HSL color Cylindrical-coordinate representation of color #314F8E: hue angle of 220.65º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #314F8E is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 79 142 -
CMYK 0.65 0.44 0 0.44
HSL 220.65º 0.49% 0.37% -
HSV(B) 220.65º 0.65% 0.56% -
XYZ 8.95 8.2 26.7 -
YUV 77.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 49 79 142 0.65 0.44 0 0.44 220.65 0.49 0.37
Hex 31 4F 8E 41 2C 0 2C DD 31 25
Octal 61 117 216 101 54 0 54 335 61 45
Binary 110001 1001111 10001110 1000001 101100 0 101100 11011101 110001 100101

Color Harmonies of #314F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F8E

Black with #314F8E

Text Example


Text Example

White with #314F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,79,142); }

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

background-color css

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

 a { background-color: rgb(49,79,142); }

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

border-color css

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

 span { border-color: rgb(49,79,142); }

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