Html Css Color HEX #314099 Tory Blue

📋 copy color: '#314099'

red 49 ◦ green 64 ◦ blue 153

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

Shades of Tory Blue #314099

Tints of Tory Blue #314099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 18.42%
G = 24.06%
B = 57.52%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314099 (or 0x314099) is known color: Tory Blue. HEX triplet: 31, 40 and 99. RGB value is (49,64,153). Sum of RGB (Red+Green+Blue) = 49+64+153=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #314099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314099 is #CEBF66. Grayscale: #454545. Windows color (decimal): -13549415 or 10043441. OLE color: 10043441.

HSL color Cylindrical-coordinate representation of color #314099: hue angle of 231.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314099 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 64 153 -
CMYK 0.68 0.58 0 0.4
HSL 231.35º 0.51% 0.4% -
HSV(B) 231.35º 0.68% 0.6% -
XYZ 8.85 6.62 30.95 -
YUV 69.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 49 64 153 0.68 0.58 0 0.4 231.35 0.51 0.4
Hex 31 40 99 44 3A 0 28 E7 33 28
Octal 61 100 231 104 72 0 50 347 63 50
Binary 110001 1000000 10011001 1000100 111010 0 101000 11100111 110011 101000

Color Harmonies of #314099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314099

Black with #314099

Text Example


Text Example

White with #314099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314099; }

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

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

background-color css

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

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

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

border-color css

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

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

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