Html Css Color HEX #31538F Tory Blue

📋 copy color: '#31538F'

red 49 ◦ green 83 ◦ blue 143

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

Shades of Tory Blue #31538F

Tints of Tory Blue #31538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

 BLUE value IS 143 (56.25% from 255) = 52%

R = 17.82%
G = 30.18%
B = 52%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31538F (or 0x31538F) is known color: Tory Blue. HEX triplet: 31, 53 and 8F. RGB value is (49,83,143). Sum of RGB (Red+Green+Blue) = 49+83+143=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #31538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31538F is #CEAC70. Grayscale: #4F4F4F. Windows color (decimal): -13544561 or 9392945. OLE color: 9392945.

HSL color Cylindrical-coordinate representation of color #31538F: hue angle of 218.3º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31538F is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 83 143 -
CMYK 0.66 0.42 0 0.44
HSL 218.3º 0.49% 0.38% -
HSV(B) 218.3º 0.66% 0.56% -
XYZ 9.32 8.82 27.2 -
YUV 79.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 49 83 143 0.66 0.42 0 0.44 218.3 0.49 0.38
Hex 31 53 8F 42 2A 0 2C DA 31 26
Octal 61 123 217 102 52 0 54 332 61 46
Binary 110001 1010011 10001111 1000010 101010 0 101100 11011010 110001 100110

Color Harmonies of #31538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31538F

Black with #31538F

Text Example


Text Example

White with #31538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31538F; }

 p { color: rgb(49,83,143); }

 H1.HeaderClassName
 {
   color: #31538F;
 }
 .AnyTagClassName
 {
   color: #31538F;
 }
</style>

background-color css

<style>
 a { background-color: #31538F; }

 a { background-color: rgb(49,83,143); }

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

border-color css

<style>
 span { border-color: #31538F; }

 span { border-color: rgb(49,83,143); }

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