Html Css Color HEX #315093 Tory Blue

📋 copy color: '#315093'

red 49 ◦ green 80 ◦ blue 147

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

Shades of Tory Blue #315093

Tints of Tory Blue #315093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 17.75%
G = 28.99%
B = 53.26%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315093 (or 0x315093) is known color: Tory Blue. HEX triplet: 31, 50 and 93. RGB value is (49,80,147). Sum of RGB (Red+Green+Blue) = 49+80+147=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #315093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315093 is #CEAF6C. Grayscale: #4E4E4E. Windows color (decimal): -13545325 or 9654321. OLE color: 9654321.

HSL color Cylindrical-coordinate representation of color #315093: hue angle of 221.02º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315093 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 80 147 -
CMYK 0.67 0.46 0 0.42
HSL 221.02º 0.5% 0.38% -
HSV(B) 221.02º 0.67% 0.58% -
XYZ 9.4 8.5 28.75 -
YUV 78.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 49 80 147 0.67 0.46 0 0.42 221.02 0.5 0.38
Hex 31 50 93 43 2E 0 2A DD 32 26
Octal 61 120 223 103 56 0 52 335 62 46
Binary 110001 1010000 10010011 1000011 101110 0 101010 11011101 110010 100110

Color Harmonies of #315093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315093

Black with #315093

Text Example


Text Example

White with #315093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315093; }

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

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

background-color css

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

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

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

border-color css

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

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

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