Html Css Color HEX #31429C Tory Blue

📋 copy color: '#31429C'

red 49 ◦ green 66 ◦ blue 156

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

Shades of Tory Blue #31429C

Tints of Tory Blue #31429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 18.08%
G = 24.35%
B = 57.56%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31429C (or 0x31429C) is known color: Tory Blue. HEX triplet: 31, 42 and 9C. RGB value is (49,66,156). Sum of RGB (Red+Green+Blue) = 49+66+156=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #31429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31429C is #CEBD63. Grayscale: #464646. Windows color (decimal): -13548900 or 10240561. OLE color: 10240561.

HSL color Cylindrical-coordinate representation of color #31429C: hue angle of 230.47º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31429C is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 66 156 -
CMYK 0.69 0.58 0 0.39
HSL 230.47º 0.52% 0.4% -
HSV(B) 230.47º 0.69% 0.61% -
XYZ 9.22 6.95 32.31 -
YUV 71.18 175.87 112.18 -
System Red Green Blue C M Y K H S L
Decimal 49 66 156 0.69 0.58 0 0.39 230.47 0.52 0.4
Hex 31 42 9C 45 3A 0 27 E6 34 28
Octal 61 102 234 105 72 0 47 346 64 50
Binary 110001 1000010 10011100 1000101 111010 0 100111 11100110 110100 101000

Color Harmonies of #31429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31429C

Black with #31429C

Text Example


Text Example

White with #31429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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