Html Css Color HEX #314595 Tory Blue

📋 copy color: '#314595'

red 49 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #314595

Tints of Tory Blue #314595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 18.35%
G = 25.84%
B = 55.81%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314595 (or 0x314595) is known color: Tory Blue. HEX triplet: 31, 45 and 95. RGB value is (49,69,149). Sum of RGB (Red+Green+Blue) = 49+69+149=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #314595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314595 is #CEBA6A. Grayscale: #474747. Windows color (decimal): -13548139 or 9782577. OLE color: 9782577.

HSL color Cylindrical-coordinate representation of color #314595: hue angle of 228º 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 #314595 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 69 149 -
CMYK 0.67 0.54 0 0.42
HSL 228º 0.51% 0.39% -
HSV(B) 228º 0.67% 0.58% -
XYZ 8.82 7.08 29.34 -
YUV 72.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 49 69 149 0.67 0.54 0 0.42 228 0.51 0.39
Hex 31 45 95 43 36 0 2A E4 33 27
Octal 61 105 225 103 66 0 52 344 63 47
Binary 110001 1000101 10010101 1000011 110110 0 101010 11100100 110011 100111

Color Harmonies of #314595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314595

Black with #314595

Text Example


Text Example

White with #314595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314595; }

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

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

background-color css

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

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

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

border-color css

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

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

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