Html Css Color HEX #314C94 Tory Blue

📋 copy color: '#314C94'

red 49 ◦ green 76 ◦ blue 148

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

Shades of Tory Blue #314C94

Tints of Tory Blue #314C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 17.95%
G = 27.84%
B = 54.21%

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

#314C94 (or 0x314C94) is known color: Tory Blue. HEX triplet: 31, 4C and 94. RGB value is (49,76,148). Sum of RGB (Red+Green+Blue) = 49+76+148=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #314C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C94 is #CEB36B. Grayscale: #4B4B4B. Windows color (decimal): -13546348 or 9718833. OLE color: 9718833.

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

Color convert

RGB 49 76 148 -
CMYK 0.67 0.49 0 0.42
HSL 223.64º 0.5% 0.39% -
HSV(B) 223.64º 0.67% 0.58% -
XYZ 9.2 7.96 29.07 -
YUV 76.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 49 76 148 0.67 0.49 0 0.42 223.64 0.5 0.39
Hex 31 4C 94 43 31 0 2A E0 32 27
Octal 61 114 224 103 61 0 52 340 62 47
Binary 110001 1001100 10010100 1000011 110001 0 101010 11100000 110010 100111

Color Harmonies of #314C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C94

Black with #314C94

Text Example


Text Example

White with #314C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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