Html Css Color HEX #314094 Tory Blue

📋 copy color: '#314094'

red 49 ◦ green 64 ◦ blue 148

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

Shades of Tory Blue #314094

Tints of Tory Blue #314094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

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

R = 18.77%
G = 24.52%
B = 56.7%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314094 (or 0x314094) is known color: Tory Blue. HEX triplet: 31, 40 and 94. RGB value is (49,64,148). Sum of RGB (Red+Green+Blue) = 49+64+148=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #314094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314094 is #CEBF6B. Grayscale: #444444. Windows color (decimal): -13549420 or 9715761. OLE color: 9715761.

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

Color convert

RGB 49 64 148 -
CMYK 0.67 0.57 0 0.42
HSL 230.91º 0.5% 0.39% -
HSV(B) 230.91º 0.67% 0.58% -
XYZ 8.45 6.46 28.82 -
YUV 69.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 49 64 148 0.67 0.57 0 0.42 230.91 0.5 0.39
Hex 31 40 94 43 39 0 2A E7 32 27
Octal 61 100 224 103 71 0 52 347 62 47
Binary 110001 1000000 10010100 1000011 111001 0 101010 11100111 110010 100111

Color Harmonies of #314094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314094

Black with #314094

Text Example


Text Example

White with #314094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314094; }

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

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

background-color css

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

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

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

border-color css

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

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

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