Html Css Color HEX #314C9B Tory Blue

📋 copy color: '#314C9B'

red 49 ◦ green 76 ◦ blue 155

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

Shades of Tory Blue #314C9B

Tints of Tory Blue #314C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 17.5%
G = 27.14%
B = 55.36%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#314C9B (or 0x314C9B) is known color: Tory Blue. HEX triplet: 31, 4C and 9B. RGB value is (49,76,155). Sum of RGB (Red+Green+Blue) = 49+76+155=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #314C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C9B is #CEB364. Grayscale: #4C4C4C. Windows color (decimal): -13546341 or 10177585. OLE color: 10177585.

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

Color convert

RGB 49 76 155 -
CMYK 0.68 0.51 0 0.39
HSL 224.72º 0.52% 0.4% -
HSV(B) 224.72º 0.68% 0.61% -
XYZ 9.77 8.19 32.08 -
YUV 76.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 49 76 155 0.68 0.51 0 0.39 224.72 0.52 0.4
Hex 31 4C 9B 44 33 0 27 E1 34 28
Octal 61 114 233 104 63 0 47 341 64 50
Binary 110001 1001100 10011011 1000100 110011 0 100111 11100001 110100 101000

Color Harmonies of #314C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C9B

Black with #314C9B

Text Example


Text Example

White with #314C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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