Html Css Color HEX #315292 Tory Blue

📋 copy color: '#315292'

red 49 ◦ green 82 ◦ blue 146

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

Shades of Tory Blue #315292

Tints of Tory Blue #315292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 17.69%
G = 29.6%
B = 52.71%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315292 (or 0x315292) is known color: Tory Blue. HEX triplet: 31, 52 and 92. RGB value is (49,82,146). Sum of RGB (Red+Green+Blue) = 49+82+146=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #315292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315292 is #CEAD6D. Grayscale: #4F4F4F. Windows color (decimal): -13544814 or 9589297. OLE color: 9589297.

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

Color convert

RGB 49 82 146 -
CMYK 0.66 0.44 0 0.43
HSL 219.59º 0.5% 0.38% -
HSV(B) 219.59º 0.66% 0.57% -
XYZ 9.47 8.76 28.39 -
YUV 79.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 49 82 146 0.66 0.44 0 0.43 219.59 0.5 0.38
Hex 31 52 92 42 2C 0 2B DC 32 26
Octal 61 122 222 102 54 0 53 334 62 46
Binary 110001 1010010 10010010 1000010 101100 0 101011 11011100 110010 100110

Color Harmonies of #315292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315292

Black with #315292

Text Example


Text Example

White with #315292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315292; }

 p { color: rgb(49,82,146); }

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

background-color css

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

 a { background-color: rgb(49,82,146); }

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

border-color css

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

 span { border-color: rgb(49,82,146); }

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