Html Css Color HEX #313F9D Tory Blue

📋 copy color: '#313F9D'

red 49 ◦ green 63 ◦ blue 157

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

Shades of Tory Blue #313F9D

Tints of Tory Blue #313F9D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 18.22%
G = 23.42%
B = 58.36%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#313F9D (or 0x313F9D) is known color: Tory Blue. HEX triplet: 31, 3F and 9D. RGB value is (49,63,157). Sum of RGB (Red+Green+Blue) = 49+63+157=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #313F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F9D is #CEC062. Grayscale: #454545. Windows color (decimal): -13549667 or 10305329. OLE color: 10305329.

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

Color convert

RGB 49 63 157 -
CMYK 0.69 0.60 0 0.38
HSL 232.22º 0.52% 0.4% -
HSV(B) 232.22º 0.69% 0.62% -
XYZ 9.13 6.64 32.7 -
YUV 69.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 49 63 157 0.69 0.60 0 0.38 232.22 0.52 0.4
Hex 31 3F 9D 45 3C 0 26 E8 34 28
Octal 61 77 235 105 74 0 46 350 64 50
Binary 110001 111111 10011101 1000101 111100 0 100110 11101000 110100 101000

Color Harmonies of #313F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F9D

Black with #313F9D

Text Example


Text Example

White with #313F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,63,157); }

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

background-color css

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

 a { background-color: rgb(49,63,157); }

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

border-color css

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

 span { border-color: rgb(49,63,157); }

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