Html Css Color HEX #31428A Tory Blue

📋 copy color: '#31428A'

red 49 ◦ green 66 ◦ blue 138

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

Shades of Tory Blue #31428A

Tints of Tory Blue #31428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.55%

R = 19.37%
G = 26.09%
B = 54.55%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31428A (or 0x31428A) is known color: Tory Blue. HEX triplet: 31, 42 and 8A. RGB value is (49,66,138). Sum of RGB (Red+Green+Blue) = 49+66+138=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #31428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31428A is #CEBD75. Grayscale: #444444. Windows color (decimal): -13548918 or 9060913. OLE color: 9060913.

HSL color Cylindrical-coordinate representation of color #31428A: hue angle of 228.54º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31428A is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 66 138 -
CMYK 0.64 0.52 0 0.46
HSL 228.54º 0.48% 0.37% -
HSV(B) 228.54º 0.64% 0.54% -
XYZ 7.8 6.38 24.87 -
YUV 69.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 49 66 138 0.64 0.52 0 0.46 228.54 0.48 0.37
Hex 31 42 8A 40 34 0 2E E5 30 25
Octal 61 102 212 100 64 0 56 345 60 45
Binary 110001 1000010 10001010 1000000 110100 0 101110 11100101 110000 100101

Color Harmonies of #31428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31428A

Black with #31428A

Text Example


Text Example

White with #31428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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