Html Css Color HEX #314089 Tory Blue

📋 copy color: '#314089'

red 49 ◦ green 64 ◦ blue 137

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

Shades of Tory Blue #314089

Tints of Tory Blue #314089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 19.6%
G = 25.6%
B = 54.8%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#314089 (or 0x314089) is known color: Tory Blue. HEX triplet: 31, 40 and 89. RGB value is (49,64,137). Sum of RGB (Red+Green+Blue) = 49+64+137=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #314089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314089 is #CEBF76. Grayscale: #434343. Windows color (decimal): -13549431 or 8994865. OLE color: 8994865.

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

Color convert

RGB 49 64 137 -
CMYK 0.64 0.53 0 0.46
HSL 229.77º 0.47% 0.36% -
HSV(B) 229.77º 0.64% 0.54% -
XYZ 7.62 6.13 24.45 -
YUV 67.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 49 64 137 0.64 0.53 0 0.46 229.77 0.47 0.36
Hex 31 40 89 40 35 0 2E E6 2F 24
Octal 61 100 211 100 65 0 56 346 57 44
Binary 110001 1000000 10001001 1000000 110101 0 101110 11100110 101111 100100

Color Harmonies of #314089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314089

Black with #314089

Text Example


Text Example

White with #314089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314089; }

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

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

background-color css

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

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

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

border-color css

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

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

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