Html Css Color HEX #31438B Tory Blue

📋 copy color: '#31438B'

red 49 ◦ green 67 ◦ blue 139

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

Shades of Tory Blue #31438B

Tints of Tory Blue #31438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 19.22%
G = 26.27%
B = 54.51%

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

#31438B (or 0x31438B) is known color: Tory Blue. HEX triplet: 31, 43 and 8B. RGB value is (49,67,139). Sum of RGB (Red+Green+Blue) = 49+67+139=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #31438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31438B is #CEBC74. Grayscale: #454545. Windows color (decimal): -13548661 or 9126705. OLE color: 9126705.

HSL color Cylindrical-coordinate representation of color #31438B: hue angle of 228º 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 #31438B is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 67 139 -
CMYK 0.65 0.52 0 0.45
HSL 228º 0.48% 0.37% -
HSV(B) 228º 0.65% 0.55% -
XYZ 7.93 6.53 25.27 -
YUV 69.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 49 67 139 0.65 0.52 0 0.45 228 0.48 0.37
Hex 31 43 8B 41 34 0 2D E4 30 25
Octal 61 103 213 101 64 0 55 344 60 45
Binary 110001 1000011 10001011 1000001 110100 0 101101 11100100 110000 100101

Color Harmonies of #31438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31438B

Black with #31438B

Text Example


Text Example

White with #31438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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