Html Css Color HEX #313F8A Tory Blue

📋 copy color: '#313F8A'

red 49 ◦ green 63 ◦ blue 138

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

Shades of Tory Blue #313F8A

Tints of Tory Blue #313F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 19.6%
G = 25.2%
B = 55.2%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#313F8A (or 0x313F8A) is known color: Tory Blue. HEX triplet: 31, 3F and 8A. RGB value is (49,63,138). Sum of RGB (Red+Green+Blue) = 49+63+138=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #313F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F8A is #CEC075. Grayscale: #434343. Windows color (decimal): -13549686 or 9060145. OLE color: 9060145.

HSL color Cylindrical-coordinate representation of color #313F8A: hue angle of 230.56º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313F8A is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 63 138 -
CMYK 0.64 0.54 0 0.46
HSL 230.56º 0.48% 0.37% -
HSV(B) 230.56º 0.64% 0.54% -
XYZ 7.63 6.04 24.81 -
YUV 67.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 49 63 138 0.64 0.54 0 0.46 230.56 0.48 0.37
Hex 31 3F 8A 40 36 0 2E E7 30 25
Octal 61 77 212 100 66 0 56 347 60 45
Binary 110001 111111 10001010 1000000 110110 0 101110 11100111 110000 100101

Color Harmonies of #313F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F8A

Black with #313F8A

Text Example


Text Example

White with #313F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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