Html Css Color HEX #313E95 Tory Blue

📋 copy color: '#313E95'

red 49 ◦ green 62 ◦ blue 149

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

Shades of Tory Blue #313E95

Tints of Tory Blue #313E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 18.85%
G = 23.85%
B = 57.31%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313E95 (or 0x313E95) is known color: Tory Blue. HEX triplet: 31, 3E and 95. RGB value is (49,62,149). Sum of RGB (Red+Green+Blue) = 49+62+149=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #313E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E95 is #CEC16A. Grayscale: #434343. Windows color (decimal): -13549931 or 9780785. OLE color: 9780785.

HSL color Cylindrical-coordinate representation of color #313E95: hue angle of 232.2º degrees, saturation: 0.51, 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 #313E95 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 62 149 -
CMYK 0.67 0.58 0 0.42
HSL 232.2º 0.51% 0.39% -
HSV(B) 232.2º 0.67% 0.58% -
XYZ 8.41 6.27 29.2 -
YUV 68.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 49 62 149 0.67 0.58 0 0.42 232.2 0.51 0.39
Hex 31 3E 95 43 3A 0 2A E8 33 27
Octal 61 76 225 103 72 0 52 350 63 47
Binary 110001 111110 10010101 1000011 111010 0 101010 11101000 110011 100111

Color Harmonies of #313E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E95

Black with #313E95

Text Example


Text Example

White with #313E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313E95; }

 p { color: rgb(49,62,149); }

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

background-color css

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

 a { background-color: rgb(49,62,149); }

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

border-color css

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

 span { border-color: rgb(49,62,149); }

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