Html Css Color HEX #31428C Tory Blue

📋 copy color: '#31428C'

red 49 ◦ green 66 ◦ blue 140

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

Shades of Tory Blue #31428C

Tints of Tory Blue #31428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 19.22%
G = 25.88%
B = 54.9%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31428C (or 0x31428C) is known color: Tory Blue. HEX triplet: 31, 42 and 8C. RGB value is (49,66,140). Sum of RGB (Red+Green+Blue) = 49+66+140=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #31428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31428C is #CEBD73. Grayscale: #454545. Windows color (decimal): -13548916 or 9191985. OLE color: 9191985.

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

Color convert

RGB 49 66 140 -
CMYK 0.65 0.53 0 0.45
HSL 228.79º 0.48% 0.37% -
HSV(B) 228.79º 0.65% 0.55% -
XYZ 7.95 6.44 25.64 -
YUV 69.35 167.87 113.48 -
System Red Green Blue C M Y K H S L
Decimal 49 66 140 0.65 0.53 0 0.45 228.79 0.48 0.37
Hex 31 42 8C 41 35 0 2D E5 30 25
Octal 61 102 214 101 65 0 55 345 60 45
Binary 110001 1000010 10001100 1000001 110101 0 101101 11100101 110000 100101

Color Harmonies of #31428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31428C

Black with #31428C

Text Example


Text Example

White with #31428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31428C; }

 p { color: rgb(49,66,140); }

 H1.HeaderClassName
 {
   color: #31428C;
 }
 .AnyTagClassName
 {
   color: #31428C;
 }
</style>

background-color css

<style>
 a { background-color: #31428C; }

 a { background-color: rgb(49,66,140); }

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

border-color css

<style>
 span { border-color: #31428C; }

 span { border-color: rgb(49,66,140); }

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