Html Css Color HEX #313D98 Tory Blue

📋 copy color: '#313D98'

red 49 ◦ green 61 ◦ blue 152

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

Shades of Tory Blue #313D98

Tints of Tory Blue #313D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.02%

R = 18.7%
G = 23.28%
B = 58.02%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#313D98 (or 0x313D98) is known color: Tory Blue. HEX triplet: 31, 3D and 98. RGB value is (49,61,152). Sum of RGB (Red+Green+Blue) = 49+61+152=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #313D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D98 is #CEC267. Grayscale: #434343. Windows color (decimal): -13550184 or 9977137. OLE color: 9977137.

HSL color Cylindrical-coordinate representation of color #313D98: hue angle of 233.01º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313D98 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 61 152 -
CMYK 0.68 0.60 0 0.40
HSL 233.01º 0.51% 0.39% -
HSV(B) 233.01º 0.68% 0.6% -
XYZ 8.6 6.26 30.46 -
YUV 67.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 49 61 152 0.68 0.60 0 0.40 233.01 0.51 0.39
Hex 31 3D 98 44 3C 0 28 E9 33 27
Octal 61 75 230 104 74 0 50 351 63 47
Binary 110001 111101 10011000 1000100 111100 0 101000 11101001 110011 100111

Color Harmonies of #313D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D98

Black with #313D98

Text Example


Text Example

White with #313D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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