Html Css Color HEX #315090 Tory Blue

📋 copy color: '#315090'

red 49 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #315090

Tints of Tory Blue #315090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 17.95%
G = 29.3%
B = 52.75%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#315090 (or 0x315090) is known color: Tory Blue. HEX triplet: 31, 50 and 90. RGB value is (49,80,144). Sum of RGB (Red+Green+Blue) = 49+80+144=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #315090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315090 is #CEAF6F. Grayscale: #4D4D4D. Windows color (decimal): -13545328 or 9457713. OLE color: 9457713.

HSL color Cylindrical-coordinate representation of color #315090: hue angle of 220.42º 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 #315090 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 80 144 -
CMYK 0.66 0.44 0 0.44
HSL 220.42º 0.49% 0.38% -
HSV(B) 220.42º 0.66% 0.56% -
XYZ 9.17 8.4 27.52 -
YUV 78.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 49 80 144 0.66 0.44 0 0.44 220.42 0.49 0.38
Hex 31 50 90 42 2C 0 2C DC 31 26
Octal 61 120 220 102 54 0 54 334 61 46
Binary 110001 1010000 10010000 1000010 101100 0 101100 11011100 110001 100110

Color Harmonies of #315090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315090

Black with #315090

Text Example


Text Example

White with #315090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315090; }

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

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

background-color css

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

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

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

border-color css

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

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

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