Html Css Color HEX #314C95 Tory Blue

📋 copy color: '#314C95'

red 49 ◦ green 76 ◦ blue 149

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

Shades of Tory Blue #314C95

Tints of Tory Blue #314C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 17.88%
G = 27.74%
B = 54.38%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314C95 (or 0x314C95) is known color: Tory Blue. HEX triplet: 31, 4C and 95. RGB value is (49,76,149). Sum of RGB (Red+Green+Blue) = 49+76+149=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #314C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C95 is #CEB36A. Grayscale: #4B4B4B. Windows color (decimal): -13546347 or 9784369. OLE color: 9784369.

HSL color Cylindrical-coordinate representation of color #314C95: hue angle of 223.8º degrees, saturation: 0.51, 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 #314C95 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 76 149 -
CMYK 0.67 0.49 0 0.42
HSL 223.8º 0.51% 0.39% -
HSV(B) 223.8º 0.67% 0.58% -
XYZ 9.28 7.99 29.49 -
YUV 76.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 49 76 149 0.67 0.49 0 0.42 223.8 0.51 0.39
Hex 31 4C 95 43 31 0 2A E0 33 27
Octal 61 114 225 103 61 0 52 340 63 47
Binary 110001 1001100 10010101 1000011 110001 0 101010 11100000 110011 100111

Color Harmonies of #314C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C95

Black with #314C95

Text Example


Text Example

White with #314C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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