Html Css Color HEX #314394 Tory Blue

📋 copy color: '#314394'

red 49 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #314394

Tints of Tory Blue #314394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.06%

R = 18.56%
G = 25.38%
B = 56.06%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314394 (or 0x314394) is known color: Tory Blue. HEX triplet: 31, 43 and 94. RGB value is (49,67,148). Sum of RGB (Red+Green+Blue) = 49+67+148=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #314394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314394 is #CEBC6B. Grayscale: #464646. Windows color (decimal): -13548652 or 9716529. OLE color: 9716529.

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

Color convert

RGB 49 67 148 -
CMYK 0.67 0.55 0 0.42
HSL 229.09º 0.5% 0.39% -
HSV(B) 229.09º 0.67% 0.58% -
XYZ 8.62 6.81 28.88 -
YUV 70.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 49 67 148 0.67 0.55 0 0.42 229.09 0.5 0.39
Hex 31 43 94 43 37 0 2A E5 32 27
Octal 61 103 224 103 67 0 52 345 62 47
Binary 110001 1000011 10010100 1000011 110111 0 101010 11100101 110010 100111

Color Harmonies of #314394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314394

Black with #314394

Text Example


Text Example

White with #314394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314394; }

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

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

background-color css

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

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

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

border-color css

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

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

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