Html Css Color HEX #314E9C Tory Blue

📋 copy color: '#314E9C'

red 49 ◦ green 78 ◦ blue 156

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

Shades of Tory Blue #314E9C

Tints of Tory Blue #314E9C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.56%

 BLUE value IS 156 (61.33% from 255) = 55.12%

R = 17.31%
G = 27.56%
B = 55.12%

CMYK

 C value IS 0.69

 M value IS 0.5

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#314E9C (or 0x314E9C) is known color: Tory Blue. HEX triplet: 31, 4E and 9C. RGB value is (49,78,156). Sum of RGB (Red+Green+Blue) = 49+78+156=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #314E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E9C is #CEB163. Grayscale: #4D4D4D. Windows color (decimal): -13545828 or 10243633. OLE color: 10243633.

HSL color Cylindrical-coordinate representation of color #314E9C: hue angle of 223.74º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314E9C is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 78 156 -
CMYK 0.69 0.5 0 0.39
HSL 223.74º 0.52% 0.4% -
HSV(B) 223.74º 0.69% 0.61% -
XYZ 9.99 8.5 32.57 -
YUV 78.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 49 78 156 0.69 0.5 0 0.39 223.74 0.52 0.4
Hex 31 4E 9C 45 32 0 27 E0 34 28
Octal 61 116 234 105 62 0 47 340 64 50
Binary 110001 1001110 10011100 1000101 110010 0 100111 11100000 110100 101000

Color Harmonies of #314E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E9C

Black with #314E9C

Text Example


Text Example

White with #314E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,78,156); }

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

background-color css

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

 a { background-color: rgb(49,78,156); }

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

border-color css

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

 span { border-color: rgb(49,78,156); }

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