Html Css Color HEX #31419B Tory Blue

📋 copy color: '#31419B'

red 49 ◦ green 65 ◦ blue 155

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

Shades of Tory Blue #31419B

Tints of Tory Blue #31419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 18.22%
G = 24.16%
B = 57.62%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31419B (or 0x31419B) is known color: Tory Blue. HEX triplet: 31, 41 and 9B. RGB value is (49,65,155). Sum of RGB (Red+Green+Blue) = 49+65+155=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #31419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31419B is #CEBE64. Grayscale: #464646. Windows color (decimal): -13549157 or 10174769. OLE color: 10174769.

HSL color Cylindrical-coordinate representation of color #31419B: hue angle of 230.94º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31419B is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 65 155 -
CMYK 0.68 0.58 0 0.39
HSL 230.94º 0.52% 0.4% -
HSV(B) 230.94º 0.68% 0.61% -
XYZ 9.07 6.8 31.84 -
YUV 70.48 175.7 112.68 -
System Red Green Blue C M Y K H S L
Decimal 49 65 155 0.68 0.58 0 0.39 230.94 0.52 0.4
Hex 31 41 9B 44 3A 0 27 E7 34 28
Octal 61 101 233 104 72 0 47 347 64 50
Binary 110001 1000001 10011011 1000100 111010 0 100111 11100111 110100 101000

Color Harmonies of #31419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31419B

Black with #31419B

Text Example


Text Example

White with #31419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31419B; }

 p { color: rgb(49,65,155); }

 H1.HeaderClassName
 {
   color: #31419B;
 }
 .AnyTagClassName
 {
   color: #31419B;
 }
</style>

background-color css

<style>
 a { background-color: #31419B; }

 a { background-color: rgb(49,65,155); }

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

border-color css

<style>
 span { border-color: #31419B; }

 span { border-color: rgb(49,65,155); }

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