Html Css Color HEX #313E9F Tory Blue

📋 copy color: '#313E9F'

red 49 ◦ green 62 ◦ blue 159

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

Shades of Tory Blue #313E9F

Tints of Tory Blue #313E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 18.15%
G = 22.96%
B = 58.89%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#313E9F (or 0x313E9F) is known color: Tory Blue. HEX triplet: 31, 3E and 9F. RGB value is (49,62,159). Sum of RGB (Red+Green+Blue) = 49+62+159=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #313E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E9F is #CEC160. Grayscale: #444444. Windows color (decimal): -13549921 or 10436145. OLE color: 10436145.

HSL color Cylindrical-coordinate representation of color #313E9F: hue angle of 232.91º 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 #313E9F is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 62 159 -
CMYK 0.69 0.61 0 0.38
HSL 232.91º 0.53% 0.41% -
HSV(B) 232.91º 0.69% 0.62% -
XYZ 9.25 6.6 33.59 -
YUV 69.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 49 62 159 0.69 0.61 0 0.38 232.91 0.53 0.41
Hex 31 3E 9F 45 3D 0 26 E9 35 29
Octal 61 76 237 105 75 0 46 351 65 51
Binary 110001 111110 10011111 1000101 111101 0 100110 11101001 110101 101001

Color Harmonies of #313E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E9F

Black with #313E9F

Text Example


Text Example

White with #313E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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