Html Css Color HEX #31409E Tory Blue

📋 copy color: '#31409E'

red 49 ◦ green 64 ◦ blue 158

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

Shades of Tory Blue #31409E

Tints of Tory Blue #31409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 18.08%
G = 23.62%
B = 58.3%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31409E (or 0x31409E) is known color: Tory Blue. HEX triplet: 31, 40 and 9E. RGB value is (49,64,158). Sum of RGB (Red+Green+Blue) = 49+64+158=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #31409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31409E is #CEBF61. Grayscale: #454545. Windows color (decimal): -13549410 or 10371121. OLE color: 10371121.

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

Color convert

RGB 49 64 158 -
CMYK 0.69 0.59 0 0.38
HSL 231.74º 0.53% 0.41% -
HSV(B) 231.74º 0.69% 0.62% -
XYZ 9.27 6.79 33.17 -
YUV 70.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 49 64 158 0.69 0.59 0 0.38 231.74 0.53 0.41
Hex 31 40 9E 45 3B 0 26 E8 35 29
Octal 61 100 236 105 73 0 46 350 65 51
Binary 110001 1000000 10011110 1000101 111011 0 100110 11101000 110101 101001

Color Harmonies of #31409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31409E

Black with #31409E

Text Example


Text Example

White with #31409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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