Html Css Color HEX #314492 Tory Blue

📋 copy color: '#314492'

red 49 ◦ green 68 ◦ blue 146

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

Shades of Tory Blue #314492

Tints of Tory Blue #314492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 18.63%
G = 25.86%
B = 55.51%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314492 (or 0x314492) is known color: Tory Blue. HEX triplet: 31, 44 and 92. RGB value is (49,68,146). Sum of RGB (Red+Green+Blue) = 49+68+146=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #314492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314492 is #CEBB6D. Grayscale: #464646. Windows color (decimal): -13548398 or 9585713. OLE color: 9585713.

HSL color Cylindrical-coordinate representation of color #314492: hue angle of 228.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314492 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 68 146 -
CMYK 0.66 0.53 0 0.43
HSL 228.25º 0.5% 0.38% -
HSV(B) 228.25º 0.66% 0.57% -
XYZ 8.52 6.86 28.07 -
YUV 71.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 49 68 146 0.66 0.53 0 0.43 228.25 0.5 0.38
Hex 31 44 92 42 35 0 2B E4 32 26
Octal 61 104 222 102 65 0 53 344 62 46
Binary 110001 1000100 10010010 1000010 110101 0 101011 11100100 110010 100110

Color Harmonies of #314492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314492

Black with #314492

Text Example


Text Example

White with #314492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314492; }

 p { color: rgb(49,68,146); }

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

background-color css

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

 a { background-color: rgb(49,68,146); }

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

border-color css

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

 span { border-color: rgb(49,68,146); }

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