Html Css Color HEX #31449F Tory Blue

📋 copy color: '#31449F'

red 49 ◦ green 68 ◦ blue 159

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

Shades of Tory Blue #31449F

Tints of Tory Blue #31449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 17.75%
G = 24.64%
B = 57.61%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31449F (or 0x31449F) is known color: Tory Blue. HEX triplet: 31, 44 and 9F. RGB value is (49,68,159). Sum of RGB (Red+Green+Blue) = 49+68+159=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #31449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31449F is #CEBB60. Grayscale: #484848. Windows color (decimal): -13548385 or 10437681. OLE color: 10437681.

HSL color Cylindrical-coordinate representation of color #31449F: hue angle of 229.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31449F is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 68 159 -
CMYK 0.69 0.57 0 0.38
HSL 229.64º 0.53% 0.41% -
HSV(B) 229.64º 0.69% 0.62% -
XYZ 9.59 7.29 33.7 -
YUV 72.69 176.71 111.1 -
System Red Green Blue C M Y K H S L
Decimal 49 68 159 0.69 0.57 0 0.38 229.64 0.53 0.41
Hex 31 44 9F 45 39 0 26 E6 35 29
Octal 61 104 237 105 71 0 46 346 65 51
Binary 110001 1000100 10011111 1000101 111001 0 100110 11100110 110101 101001

Color Harmonies of #31449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31449F

Black with #31449F

Text Example


Text Example

White with #31449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31449F; }

 p { color: rgb(49,68,159); }

 H1.HeaderClassName
 {
   color: #31449F;
 }
 .AnyTagClassName
 {
   color: #31449F;
 }
</style>

background-color css

<style>
 a { background-color: #31449F; }

 a { background-color: rgb(49,68,159); }

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

border-color css

<style>
 span { border-color: #31449F; }

 span { border-color: rgb(49,68,159); }

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