Html Css Color HEX #313F94 Tory Blue

📋 copy color: '#313F94'

red 49 ◦ green 63 ◦ blue 148

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

Shades of Tory Blue #313F94

Tints of Tory Blue #313F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 18.85%
G = 24.23%
B = 56.92%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313F94 (or 0x313F94) is known color: Tory Blue. HEX triplet: 31, 3F and 94. RGB value is (49,63,148). Sum of RGB (Red+Green+Blue) = 49+63+148=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #313F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F94 is #CEC06B. Grayscale: #444444. Windows color (decimal): -13549676 or 9715505. OLE color: 9715505.

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

Color convert

RGB 49 63 148 -
CMYK 0.67 0.57 0 0.42
HSL 231.52º 0.5% 0.39% -
HSV(B) 231.52º 0.67% 0.58% -
XYZ 8.39 6.35 28.8 -
YUV 68.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 49 63 148 0.67 0.57 0 0.42 231.52 0.5 0.39
Hex 31 3F 94 43 39 0 2A E8 32 27
Octal 61 77 224 103 71 0 52 350 62 47
Binary 110001 111111 10010100 1000011 111001 0 101010 11101000 110010 100111

Color Harmonies of #313F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F94

Black with #313F94

Text Example


Text Example

White with #313F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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