Html Css Color HEX #314583 Tory Blue

📋 copy color: '#314583'

red 49 ◦ green 69 ◦ blue 131

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

Shades of Tory Blue #314583

Tints of Tory Blue #314583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 19.68%
G = 27.71%
B = 52.61%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#314583 (or 0x314583) is known color: Tory Blue. HEX triplet: 31, 45 and 83. RGB value is (49,69,131). Sum of RGB (Red+Green+Blue) = 49+69+131=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #314583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314583 is #CEBA7C. Grayscale: #454545. Windows color (decimal): -13548157 or 8602929. OLE color: 8602929.

HSL color Cylindrical-coordinate representation of color #314583: hue angle of 225.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314583 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 69 131 -
CMYK 0.63 0.47 0 0.49
HSL 225.37º 0.46% 0.35% -
HSV(B) 225.37º 0.63% 0.51% -
XYZ 7.49 6.55 22.34 -
YUV 70.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 49 69 131 0.63 0.47 0 0.49 225.37 0.46 0.35
Hex 31 45 83 3F 2F 0 31 E1 2E 23
Octal 61 105 203 77 57 0 61 341 56 43
Binary 110001 1000101 10000011 111111 101111 0 110001 11100001 101110 100011

Color Harmonies of #314583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314583

Black with #314583

Text Example


Text Example

White with #314583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314583; }

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

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

background-color css

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

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

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

border-color css

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

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

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