Html Css Color HEX #315594 Tory Blue

📋 copy color: '#315594'

red 49 ◦ green 85 ◦ blue 148

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

Shades of Tory Blue #315594

Tints of Tory Blue #315594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 17.38%
G = 30.14%
B = 52.48%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315594 (or 0x315594) is known color: Tory Blue. HEX triplet: 31, 55 and 94. RGB value is (49,85,148). Sum of RGB (Red+Green+Blue) = 49+85+148=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #315594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315594 is #CEAA6B. Grayscale: #515151. Windows color (decimal): -13544044 or 9721137. OLE color: 9721137.

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

Color convert

RGB 49 85 148 -
CMYK 0.67 0.43 0 0.42
HSL 218.18º 0.5% 0.39% -
HSV(B) 218.18º 0.67% 0.58% -
XYZ 9.86 9.29 29.29 -
YUV 81.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 49 85 148 0.67 0.43 0 0.42 218.18 0.5 0.39
Hex 31 55 94 43 2B 0 2A DA 32 27
Octal 61 125 224 103 53 0 52 332 62 47
Binary 110001 1010101 10010100 1000011 101011 0 101010 11011010 110010 100111

Color Harmonies of #315594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315594

Black with #315594

Text Example


Text Example

White with #315594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315594; }

 p { color: rgb(49,85,148); }

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

background-color css

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

 a { background-color: rgb(49,85,148); }

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

border-color css

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

 span { border-color: rgb(49,85,148); }

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