Html Css Color HEX #313D94 Tory Blue

📋 copy color: '#313D94'

red 49 ◦ green 61 ◦ blue 148

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

Shades of Tory Blue #313D94

Tints of Tory Blue #313D94

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

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

R = 18.99%
G = 23.64%
B = 57.36%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313D94 (or 0x313D94) is known color: Tory Blue. HEX triplet: 31, 3D and 94. RGB value is (49,61,148). Sum of RGB (Red+Green+Blue) = 49+61+148=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #313D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D94 is #CEC26B. Grayscale: #424242. Windows color (decimal): -13550188 or 9714993. OLE color: 9714993.

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

Color convert

RGB 49 61 148 -
CMYK 0.67 0.59 0 0.42
HSL 232.73º 0.5% 0.39% -
HSV(B) 232.73º 0.67% 0.58% -
XYZ 8.28 6.13 28.76 -
YUV 67.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 49 61 148 0.67 0.59 0 0.42 232.73 0.5 0.39
Hex 31 3D 94 43 3B 0 2A E9 32 27
Octal 61 75 224 103 73 0 52 351 62 47
Binary 110001 111101 10010100 1000011 111011 0 101010 11101001 110010 100111

Color Harmonies of #313D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D94

Black with #313D94

Text Example


Text Example

White with #313D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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