Html Css Color HEX #31439B Tory Blue

📋 copy color: '#31439B'

red 49 ◦ green 67 ◦ blue 155

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

Shades of Tory Blue #31439B

Tints of Tory Blue #31439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 18.08%
G = 24.72%
B = 57.2%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31439B (or 0x31439B) is known color: Tory Blue. HEX triplet: 31, 43 and 9B. RGB value is (49,67,155). Sum of RGB (Red+Green+Blue) = 49+67+155=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #31439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31439B is #CEBC64. Grayscale: #474747. Windows color (decimal): -13548645 or 10175281. OLE color: 10175281.

HSL color Cylindrical-coordinate representation of color #31439B: hue angle of 229.81º 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 #31439B is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 67 155 -
CMYK 0.68 0.57 0 0.39
HSL 229.81º 0.52% 0.4% -
HSV(B) 229.81º 0.68% 0.61% -
XYZ 9.19 7.03 31.88 -
YUV 71.65 175.04 111.84 -
System Red Green Blue C M Y K H S L
Decimal 49 67 155 0.68 0.57 0 0.39 229.81 0.52 0.4
Hex 31 43 9B 44 39 0 27 E6 34 28
Octal 61 103 233 104 71 0 47 346 64 50
Binary 110001 1000011 10011011 1000100 111001 0 100111 11100110 110100 101000

Color Harmonies of #31439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31439B

Black with #31439B

Text Example


Text Example

White with #31439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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