Html Css Color HEX #313D92 Tory Blue

📋 copy color: '#313D92'

red 49 ◦ green 61 ◦ blue 146

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

Shades of Tory Blue #313D92

Tints of Tory Blue #313D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 19.14%
G = 23.83%
B = 57.03%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313D92 (or 0x313D92) is known color: Tory Blue. HEX triplet: 31, 3D and 92. RGB value is (49,61,146). Sum of RGB (Red+Green+Blue) = 49+61+146=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #313D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D92 is #CEC26D. Grayscale: #424242. Windows color (decimal): -13550190 or 9583921. OLE color: 9583921.

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

Color convert

RGB 49 61 146 -
CMYK 0.66 0.58 0 0.43
HSL 232.58º 0.5% 0.38% -
HSV(B) 232.58º 0.66% 0.57% -
XYZ 8.12 6.07 27.94 -
YUV 67.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 49 61 146 0.66 0.58 0 0.43 232.58 0.5 0.38
Hex 31 3D 92 42 3A 0 2B E9 32 26
Octal 61 75 222 102 72 0 53 351 62 46
Binary 110001 111101 10010010 1000010 111010 0 101011 11101001 110010 100110

Color Harmonies of #313D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D92

Black with #313D92

Text Example


Text Example

White with #313D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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