Html Css Color HEX #313F8B Tory Blue

📋 copy color: '#313F8B'

red 49 ◦ green 63 ◦ blue 139

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

Shades of Tory Blue #313F8B

Tints of Tory Blue #313F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 19.52%
G = 25.1%
B = 55.38%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#313F8B (or 0x313F8B) is known color: Tory Blue. HEX triplet: 31, 3F and 8B. RGB value is (49,63,139). Sum of RGB (Red+Green+Blue) = 49+63+139=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #313F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F8B is #CEC074. Grayscale: #434343. Windows color (decimal): -13549685 or 9125681. OLE color: 9125681.

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

Color convert

RGB 49 63 139 -
CMYK 0.65 0.55 0 0.45
HSL 230.67º 0.48% 0.37% -
HSV(B) 230.67º 0.65% 0.55% -
XYZ 7.7 6.07 25.19 -
YUV 67.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 49 63 139 0.65 0.55 0 0.45 230.67 0.48 0.37
Hex 31 3F 8B 41 37 0 2D E7 30 25
Octal 61 77 213 101 67 0 55 347 60 45
Binary 110001 111111 10001011 1000001 110111 0 101101 11100111 110000 100101

Color Harmonies of #313F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F8B

Black with #313F8B

Text Example


Text Example

White with #313F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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