Html Css Color HEX #314C89 Tory Blue

📋 copy color: '#314C89'

red 49 ◦ green 76 ◦ blue 137

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

Shades of Tory Blue #314C89

Tints of Tory Blue #314C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

 BLUE value IS 137 (53.91% from 255) = 52.29%

R = 18.7%
G = 29.01%
B = 52.29%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#314C89 (or 0x314C89) is known color: Tory Blue. HEX triplet: 31, 4C and 89. RGB value is (49,76,137). Sum of RGB (Red+Green+Blue) = 49+76+137=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #314C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C89 is #CEB376. Grayscale: #4A4A4A. Windows color (decimal): -13546359 or 8997937. OLE color: 8997937.

HSL color Cylindrical-coordinate representation of color #314C89: hue angle of 221.59º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314C89 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 76 137 -
CMYK 0.64 0.45 0 0.46
HSL 221.59º 0.47% 0.36% -
HSV(B) 221.59º 0.64% 0.54% -
XYZ 8.37 7.63 24.7 -
YUV 74.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 49 76 137 0.64 0.45 0 0.46 221.59 0.47 0.36
Hex 31 4C 89 40 2D 0 2E DE 2F 24
Octal 61 114 211 100 55 0 56 336 57 44
Binary 110001 1001100 10001001 1000000 101101 0 101110 11011110 101111 100100

Color Harmonies of #314C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C89

Black with #314C89

Text Example


Text Example

White with #314C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,76,137); }

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

background-color css

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

 a { background-color: rgb(49,76,137); }

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

border-color css

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

 span { border-color: rgb(49,76,137); }

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