Html Css Color HEX #31438D Tory Blue

📋 copy color: '#31438D'

red 49 ◦ green 67 ◦ blue 141

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

Shades of Tory Blue #31438D

Tints of Tory Blue #31438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 19.07%
G = 26.07%
B = 54.86%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31438D (or 0x31438D) is known color: Tory Blue. HEX triplet: 31, 43 and 8D. RGB value is (49,67,141). Sum of RGB (Red+Green+Blue) = 49+67+141=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #31438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31438D is #CEBC72. Grayscale: #454545. Windows color (decimal): -13548659 or 9257777. OLE color: 9257777.

HSL color Cylindrical-coordinate representation of color #31438D: hue angle of 228.26º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31438D is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 67 141 -
CMYK 0.65 0.52 0 0.45
HSL 228.26º 0.48% 0.37% -
HSV(B) 228.26º 0.65% 0.55% -
XYZ 8.08 6.59 26.05 -
YUV 70.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 49 67 141 0.65 0.52 0 0.45 228.26 0.48 0.37
Hex 31 43 8D 41 34 0 2D E4 30 25
Octal 61 103 215 101 64 0 55 344 60 45
Binary 110001 1000011 10001101 1000001 110100 0 101101 11100100 110000 100101

Color Harmonies of #31438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31438D

Black with #31438D

Text Example


Text Example

White with #31438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31438D; }

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

 H1.HeaderClassName
 {
   color: #31438D;
 }
 .AnyTagClassName
 {
   color: #31438D;
 }
</style>

background-color css

<style>
 a { background-color: #31438D; }

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

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

border-color css

<style>
 span { border-color: #31438D; }

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

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