Html Css Color HEX #314389 Tory Blue

📋 copy color: '#314389'

red 49 ◦ green 67 ◦ blue 137

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

Shades of Tory Blue #314389

Tints of Tory Blue #314389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 19.37%
G = 26.48%
B = 54.15%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#314389 (or 0x314389) is known color: Tory Blue. HEX triplet: 31, 43 and 89. RGB value is (49,67,137). Sum of RGB (Red+Green+Blue) = 49+67+137=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #314389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314389 is #CEBC76. Grayscale: #454545. Windows color (decimal): -13548663 or 8995633. OLE color: 8995633.

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

Color convert

RGB 49 67 137 -
CMYK 0.64 0.51 0 0.46
HSL 227.73º 0.47% 0.36% -
HSV(B) 227.73º 0.64% 0.54% -
XYZ 7.79 6.47 24.51 -
YUV 69.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 49 67 137 0.64 0.51 0 0.46 227.73 0.47 0.36
Hex 31 43 89 40 33 0 2E E4 2F 24
Octal 61 103 211 100 63 0 56 344 57 44
Binary 110001 1000011 10001001 1000000 110011 0 101110 11100100 101111 100100

Color Harmonies of #314389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314389

Black with #314389

Text Example


Text Example

White with #314389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314389; }

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

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

background-color css

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

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

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

border-color css

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

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

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