Html Css Color HEX #314295 Tory Blue

📋 copy color: '#314295'

red 49 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #314295

Tints of Tory Blue #314295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 18.56%
G = 25%
B = 56.44%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314295 (or 0x314295) is known color: Tory Blue. HEX triplet: 31, 42 and 95. RGB value is (49,66,149). Sum of RGB (Red+Green+Blue) = 49+66+149=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #314295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314295 is #CEBD6A. Grayscale: #464646. Windows color (decimal): -13548907 or 9781809. OLE color: 9781809.

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

Color convert

RGB 49 66 149 -
CMYK 0.67 0.56 0 0.42
HSL 229.8º 0.51% 0.39% -
HSV(B) 229.8º 0.67% 0.58% -
XYZ 8.64 6.72 29.28 -
YUV 70.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 49 66 149 0.67 0.56 0 0.42 229.8 0.51 0.39
Hex 31 42 95 43 38 0 2A E6 33 27
Octal 61 102 225 103 70 0 52 346 63 47
Binary 110001 1000010 10010101 1000011 111000 0 101010 11100110 110011 100111

Color Harmonies of #314295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314295

Black with #314295

Text Example


Text Example

White with #314295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314295; }

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

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

background-color css

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

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

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

border-color css

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

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

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