Html Css Color HEX #314392 Tory Blue

📋 copy color: '#314392'

red 49 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #314392

Tints of Tory Blue #314392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 18.7%
G = 25.57%
B = 55.73%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314392 (or 0x314392) is known color: Tory Blue. HEX triplet: 31, 43 and 92. RGB value is (49,67,146). Sum of RGB (Red+Green+Blue) = 49+67+146=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #314392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314392 is #CEBC6D. Grayscale: #464646. Windows color (decimal): -13548654 or 9585457. OLE color: 9585457.

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

Color convert

RGB 49 67 146 -
CMYK 0.66 0.54 0 0.43
HSL 228.87º 0.5% 0.38% -
HSV(B) 228.87º 0.66% 0.57% -
XYZ 8.46 6.74 28.05 -
YUV 70.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 49 67 146 0.66 0.54 0 0.43 228.87 0.5 0.38
Hex 31 43 92 42 36 0 2B E5 32 26
Octal 61 103 222 102 66 0 53 345 62 46
Binary 110001 1000011 10010010 1000010 110110 0 101011 11100101 110010 100110

Color Harmonies of #314392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314392

Black with #314392

Text Example


Text Example

White with #314392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314392; }

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

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

background-color css

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

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

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

border-color css

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

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

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