Html Css Color HEX #313B9E Tory Blue

📋 copy color: '#313B9E'

red 49 ◦ green 59 ◦ blue 158

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

Shades of Tory Blue #313B9E

Tints of Tory Blue #313B9E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 18.42%
G = 22.18%
B = 59.4%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#313B9E (or 0x313B9E) is known color: Tory Blue. HEX triplet: 31, 3B and 9E. RGB value is (49,59,158). Sum of RGB (Red+Green+Blue) = 49+59+158=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #313B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B9E is #CEC461. Grayscale: #424242. Windows color (decimal): -13550690 or 10369841. OLE color: 10369841.

HSL color Cylindrical-coordinate representation of color #313B9E: hue angle of 234.5º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #313B9E is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 59 158 -
CMYK 0.69 0.63 0 0.38
HSL 234.5º 0.53% 0.41% -
HSV(B) 234.5º 0.69% 0.62% -
XYZ 9 6.25 33.08 -
YUV 67.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 49 59 158 0.69 0.63 0 0.38 234.5 0.53 0.41
Hex 31 3B 9E 45 3F 0 26 EA 35 29
Octal 61 73 236 105 77 0 46 352 65 51
Binary 110001 111011 10011110 1000101 111111 0 100110 11101010 110101 101001

Color Harmonies of #313B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B9E

Black with #313B9E

Text Example


Text Example

White with #313B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,59,158); }

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

background-color css

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

 a { background-color: rgb(49,59,158); }

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

border-color css

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

 span { border-color: rgb(49,59,158); }

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