Html Css Color HEX #314C8A Tory Blue

📋 copy color: '#314C8A'

red 49 ◦ green 76 ◦ blue 138

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

Shades of Tory Blue #314C8A

Tints of Tory Blue #314C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 18.63%
G = 28.9%
B = 52.47%

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

#314C8A (or 0x314C8A) is known color: Tory Blue. HEX triplet: 31, 4C and 8A. RGB value is (49,76,138). Sum of RGB (Red+Green+Blue) = 49+76+138=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #314C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C8A is #CEB375. Grayscale: #4A4A4A. Windows color (decimal): -13546358 or 9063473. OLE color: 9063473.

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

Color convert

RGB 49 76 138 -
CMYK 0.64 0.45 0 0.46
HSL 221.8º 0.48% 0.37% -
HSV(B) 221.8º 0.64% 0.54% -
XYZ 8.44 7.66 25.08 -
YUV 75 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 49 76 138 0.64 0.45 0 0.46 221.8 0.48 0.37
Hex 31 4C 8A 40 2D 0 2E DE 30 25
Octal 61 114 212 100 55 0 56 336 60 45
Binary 110001 1001100 10001010 1000000 101101 0 101110 11011110 110000 100101

Color Harmonies of #314C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C8A

Black with #314C8A

Text Example


Text Example

White with #314C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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