Html Css Color HEX #313E90 Tory Blue

📋 copy color: '#313E90'

red 49 ◦ green 62 ◦ blue 144

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

Shades of Tory Blue #313E90

Tints of Tory Blue #313E90

RGB

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

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

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

R = 19.22%
G = 24.31%
B = 56.47%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313E90 (or 0x313E90) is known color: Tory Blue. HEX triplet: 31, 3E and 90. RGB value is (49,62,144). Sum of RGB (Red+Green+Blue) = 49+62+144=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #313E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E90 is #CEC16F. Grayscale: #434343. Windows color (decimal): -13549936 or 9453105. OLE color: 9453105.

HSL color Cylindrical-coordinate representation of color #313E90: hue angle of 231.79º 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 #313E90 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 62 144 -
CMYK 0.66 0.57 0 0.44
HSL 231.79º 0.49% 0.38% -
HSV(B) 231.79º 0.66% 0.56% -
XYZ 8.02 6.11 27.14 -
YUV 67.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 49 62 144 0.66 0.57 0 0.44 231.79 0.49 0.38
Hex 31 3E 90 42 39 0 2C E8 31 26
Octal 61 76 220 102 71 0 54 350 61 46
Binary 110001 111110 10010000 1000010 111001 0 101100 11101000 110001 100110

Color Harmonies of #313E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E90

Black with #313E90

Text Example


Text Example

White with #313E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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