Html Css Color HEX #314489 Tory Blue

📋 copy color: '#314489'

red 49 ◦ green 68 ◦ blue 137

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

Shades of Tory Blue #314489

Tints of Tory Blue #314489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 19.29%
G = 26.77%
B = 53.94%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#314489 (or 0x314489) is known color: Tory Blue. HEX triplet: 31, 44 and 89. RGB value is (49,68,137). Sum of RGB (Red+Green+Blue) = 49+68+137=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #314489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314489 is #CEBB76. Grayscale: #454545. Windows color (decimal): -13548407 or 8995889. OLE color: 8995889.

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

Color convert

RGB 49 68 137 -
CMYK 0.64 0.50 0 0.46
HSL 227.05º 0.47% 0.36% -
HSV(B) 227.05º 0.64% 0.54% -
XYZ 7.85 6.59 24.53 -
YUV 70.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 49 68 137 0.64 0.50 0 0.46 227.05 0.47 0.36
Hex 31 44 89 40 32 0 2E E3 2F 24
Octal 61 104 211 100 62 0 56 343 57 44
Binary 110001 1000100 10001001 1000000 110010 0 101110 11100011 101111 100100

Color Harmonies of #314489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314489

Black with #314489

Text Example


Text Example

White with #314489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314489; }

 p { color: rgb(49,68,137); }

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

background-color css

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

 a { background-color: rgb(49,68,137); }

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

border-color css

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

 span { border-color: rgb(49,68,137); }

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