Html Css Color HEX #315490 Tory Blue

📋 copy color: '#315490'

red 49 ◦ green 84 ◦ blue 144

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

Shades of Tory Blue #315490

Tints of Tory Blue #315490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 17.69%
G = 30.32%
B = 51.99%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#315490 (or 0x315490) is known color: Tory Blue. HEX triplet: 31, 54 and 90. RGB value is (49,84,144). Sum of RGB (Red+Green+Blue) = 49+84+144=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #315490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315490 is #CEAB6F. Grayscale: #505050. Windows color (decimal): -13544304 or 9458737. OLE color: 9458737.

HSL color Cylindrical-coordinate representation of color #315490: hue angle of 217.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315490 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 84 144 -
CMYK 0.66 0.42 0 0.44
HSL 217.89º 0.49% 0.38% -
HSV(B) 217.89º 0.66% 0.56% -
XYZ 9.47 9.01 27.62 -
YUV 80.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 49 84 144 0.66 0.42 0 0.44 217.89 0.49 0.38
Hex 31 54 90 42 2A 0 2C DA 31 26
Octal 61 124 220 102 52 0 54 332 61 46
Binary 110001 1010100 10010000 1000010 101010 0 101100 11011010 110001 100110

Color Harmonies of #315490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315490

Black with #315490

Text Example


Text Example

White with #315490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315490; }

 p { color: rgb(49,84,144); }

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

background-color css

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

 a { background-color: rgb(49,84,144); }

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

border-color css

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

 span { border-color: rgb(49,84,144); }

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