Html Css Color HEX #314587 Tory Blue

📋 copy color: '#314587'

red 49 ◦ green 69 ◦ blue 135

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

Shades of Tory Blue #314587

Tints of Tory Blue #314587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

 BLUE value IS 135 (53.13% from 255) = 53.36%

R = 19.37%
G = 27.27%
B = 53.36%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#314587 (or 0x314587) is known color: Tory Blue. HEX triplet: 31, 45 and 87. RGB value is (49,69,135). Sum of RGB (Red+Green+Blue) = 49+69+135=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #314587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314587 is #CEBA78. Grayscale: #464646. Windows color (decimal): -13548153 or 8865073. OLE color: 8865073.

HSL color Cylindrical-coordinate representation of color #314587: hue angle of 226.05º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314587 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 69 135 -
CMYK 0.64 0.49 0 0.47
HSL 226.05º 0.47% 0.36% -
HSV(B) 226.05º 0.64% 0.53% -
XYZ 7.77 6.66 23.8 -
YUV 70.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 49 69 135 0.64 0.49 0 0.47 226.05 0.47 0.36
Hex 31 45 87 40 31 0 2F E2 2F 24
Octal 61 105 207 100 61 0 57 342 57 44
Binary 110001 1000101 10000111 1000000 110001 0 101111 11100010 101111 100100

Color Harmonies of #314587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314587

Black with #314587

Text Example


Text Example

White with #314587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314587; }

 p { color: rgb(49,69,135); }

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

background-color css

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

 a { background-color: rgb(49,69,135); }

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

border-color css

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

 span { border-color: rgb(49,69,135); }

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