Html Css Color HEX #314095 Tory Blue

📋 copy color: '#314095'

red 49 ◦ green 64 ◦ blue 149

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

Shades of Tory Blue #314095

Tints of Tory Blue #314095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 18.7%
G = 24.43%
B = 56.87%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314095 (or 0x314095) is known color: Tory Blue. HEX triplet: 31, 40 and 95. RGB value is (49,64,149). Sum of RGB (Red+Green+Blue) = 49+64+149=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #314095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314095 is #CEBF6A. Grayscale: #444444. Windows color (decimal): -13549419 or 9781297. OLE color: 9781297.

HSL color Cylindrical-coordinate representation of color #314095: hue angle of 231º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314095 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 64 149 -
CMYK 0.67 0.57 0 0.42
HSL 231º 0.51% 0.39% -
HSV(B) 231º 0.67% 0.58% -
XYZ 8.52 6.49 29.24 -
YUV 69.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 49 64 149 0.67 0.57 0 0.42 231 0.51 0.39
Hex 31 40 95 43 39 0 2A E7 33 27
Octal 61 100 225 103 71 0 52 347 63 47
Binary 110001 1000000 10010101 1000011 111001 0 101010 11100111 110011 100111

Color Harmonies of #314095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314095

Black with #314095

Text Example


Text Example

White with #314095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314095; }

 p { color: rgb(49,64,149); }

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

background-color css

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

 a { background-color: rgb(49,64,149); }

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

border-color css

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

 span { border-color: rgb(49,64,149); }

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