Html Css Color HEX #31409F Tory Blue

📋 copy color: '#31409F'

red 49 ◦ green 64 ◦ blue 159

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

Shades of Tory Blue #31409F

Tints of Tory Blue #31409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 18.01%
G = 23.53%
B = 58.46%

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

#31409F (or 0x31409F) is known color: Tory Blue. HEX triplet: 31, 40 and 9F. RGB value is (49,64,159). Sum of RGB (Red+Green+Blue) = 49+64+159=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #31409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31409F is #CEBF60. Grayscale: #454545. Windows color (decimal): -13549409 or 10436657. OLE color: 10436657.

HSL color Cylindrical-coordinate representation of color #31409F: hue angle of 231.82º 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 #31409F is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 64 159 -
CMYK 0.69 0.60 0 0.38
HSL 231.82º 0.53% 0.41% -
HSV(B) 231.82º 0.69% 0.62% -
XYZ 9.36 6.82 33.62 -
YUV 70.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 49 64 159 0.69 0.60 0 0.38 231.82 0.53 0.41
Hex 31 40 9F 45 3C 0 26 E8 35 29
Octal 61 100 237 105 74 0 46 350 65 51
Binary 110001 1000000 10011111 1000101 111100 0 100110 11101000 110101 101001

Color Harmonies of #31409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31409F

Black with #31409F

Text Example


Text Example

White with #31409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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