Html Css Color HEX #314B99 Tory Blue

📋 copy color: '#314B99'

red 49 ◦ green 75 ◦ blue 153

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

Shades of Tory Blue #314B99

Tints of Tory Blue #314B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.08%

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

R = 17.69%
G = 27.08%
B = 55.23%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314B99 (or 0x314B99) is known color: Tory Blue. HEX triplet: 31, 4B and 99. RGB value is (49,75,153). Sum of RGB (Red+Green+Blue) = 49+75+153=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #314B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B99 is #CEB466. Grayscale: #4B4B4B. Windows color (decimal): -13546599 or 10046257. OLE color: 10046257.

HSL color Cylindrical-coordinate representation of color #314B99: hue angle of 225º 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 #314B99 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 75 153 -
CMYK 0.68 0.51 0 0.4
HSL 225º 0.51% 0.4% -
HSV(B) 225º 0.68% 0.6% -
XYZ 9.53 7.99 31.18 -
YUV 76.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 49 75 153 0.68 0.51 0 0.4 225 0.51 0.4
Hex 31 4B 99 44 33 0 28 E1 33 28
Octal 61 113 231 104 63 0 50 341 63 50
Binary 110001 1001011 10011001 1000100 110011 0 101000 11100001 110011 101000

Color Harmonies of #314B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B99

Black with #314B99

Text Example


Text Example

White with #314B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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