Html Css Color HEX #314788 Tory Blue

📋 copy color: '#314788'

red 49 ◦ green 71 ◦ blue 136

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

Shades of Tory Blue #314788

Tints of Tory Blue #314788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 19.14%
G = 27.73%
B = 53.13%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#314788 (or 0x314788) is known color: Tory Blue. HEX triplet: 31, 47 and 88. RGB value is (49,71,136). Sum of RGB (Red+Green+Blue) = 49+71+136=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #314788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314788 is #CEB877. Grayscale: #474747. Windows color (decimal): -13547640 or 8931121. OLE color: 8931121.

HSL color Cylindrical-coordinate representation of color #314788: hue angle of 224.83º 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 #314788 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 71 136 -
CMYK 0.64 0.48 0 0.47
HSL 224.83º 0.47% 0.36% -
HSV(B) 224.83º 0.64% 0.53% -
XYZ 7.96 6.94 24.21 -
YUV 71.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 49 71 136 0.64 0.48 0 0.47 224.83 0.47 0.36
Hex 31 47 88 40 30 0 2F E1 2F 24
Octal 61 107 210 100 60 0 57 341 57 44
Binary 110001 1000111 10001000 1000000 110000 0 101111 11100001 101111 100100

Color Harmonies of #314788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314788

Black with #314788

Text Example


Text Example

White with #314788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314788; }

 p { color: rgb(49,71,136); }

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

background-color css

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

 a { background-color: rgb(49,71,136); }

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

border-color css

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

 span { border-color: rgb(49,71,136); }

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