Html Css Color HEX #315098 Tory Blue

📋 copy color: '#315098'

red 49 ◦ green 80 ◦ blue 152

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

Shades of Tory Blue #315098

Tints of Tory Blue #315098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 17.44%
G = 28.47%
B = 54.09%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#315098 (or 0x315098) is known color: Tory Blue. HEX triplet: 31, 50 and 98. RGB value is (49,80,152). Sum of RGB (Red+Green+Blue) = 49+80+152=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #315098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315098 is #CEAF67. Grayscale: #4E4E4E. Windows color (decimal): -13545320 or 9982001. OLE color: 9982001.

HSL color Cylindrical-coordinate representation of color #315098: hue angle of 221.94º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315098 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 80 152 -
CMYK 0.68 0.47 0 0.40
HSL 221.94º 0.51% 0.39% -
HSV(B) 221.94º 0.68% 0.6% -
XYZ 9.8 8.66 30.86 -
YUV 78.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 49 80 152 0.68 0.47 0 0.40 221.94 0.51 0.39
Hex 31 50 98 44 2F 0 28 DE 33 27
Octal 61 120 230 104 57 0 50 336 63 47
Binary 110001 1010000 10011000 1000100 101111 0 101000 11011110 110011 100111

Color Harmonies of #315098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315098

Black with #315098

Text Example


Text Example

White with #315098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315098; }

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

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

background-color css

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

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

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

border-color css

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

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

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