Html Css Color HEX #313D90 Tory Blue

📋 copy color: '#313D90'

red 49 ◦ green 61 ◦ blue 144

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

Shades of Tory Blue #313D90

Tints of Tory Blue #313D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 19.29%
G = 24.02%
B = 56.69%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313D90 (or 0x313D90) is known color: Tory Blue. HEX triplet: 31, 3D and 90. RGB value is (49,61,144). Sum of RGB (Red+Green+Blue) = 49+61+144=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #313D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D90 is #CEC26F. Grayscale: #424242. Windows color (decimal): -13550192 or 9452849. OLE color: 9452849.

HSL color Cylindrical-coordinate representation of color #313D90: hue angle of 232.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313D90 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 61 144 -
CMYK 0.66 0.58 0 0.44
HSL 232.42º 0.49% 0.38% -
HSV(B) 232.42º 0.66% 0.56% -
XYZ 7.97 6 27.12 -
YUV 66.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 49 61 144 0.66 0.58 0 0.44 232.42 0.49 0.38
Hex 31 3D 90 42 3A 0 2C E8 31 26
Octal 61 75 220 102 72 0 54 350 61 46
Binary 110001 111101 10010000 1000010 111010 0 101100 11101000 110001 100110

Color Harmonies of #313D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D90

Black with #313D90

Text Example


Text Example

White with #313D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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