Html Css Color HEX #314685 Tory Blue

📋 copy color: '#314685'

red 49 ◦ green 70 ◦ blue 133

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

Shades of Tory Blue #314685

Tints of Tory Blue #314685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 19.44%
G = 27.78%
B = 52.78%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#314685 (or 0x314685) is known color: Tory Blue. HEX triplet: 31, 46 and 85. RGB value is (49,70,133). Sum of RGB (Red+Green+Blue) = 49+70+133=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #314685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314685 is #CEB97A. Grayscale: #464646. Windows color (decimal): -13547899 or 8734257. OLE color: 8734257.

HSL color Cylindrical-coordinate representation of color #314685: hue angle of 225º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314685 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 70 133 -
CMYK 0.63 0.47 0 0.48
HSL 225º 0.46% 0.36% -
HSV(B) 225º 0.63% 0.52% -
XYZ 7.69 6.73 23.08 -
YUV 70.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 49 70 133 0.63 0.47 0 0.48 225 0.46 0.36
Hex 31 46 85 3F 2F 0 30 E1 2E 24
Octal 61 106 205 77 57 0 60 341 56 44
Binary 110001 1000110 10000101 111111 101111 0 110000 11100001 101110 100100

Color Harmonies of #314685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314685

Black with #314685

Text Example


Text Example

White with #314685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314685; }

 p { color: rgb(49,70,133); }

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

background-color css

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

 a { background-color: rgb(49,70,133); }

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

border-color css

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

 span { border-color: rgb(49,70,133); }

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