Html Css Color HEX #2A4999 Tory Blue

📋 copy color: '#2A4999'

red 42 ◦ green 73 ◦ blue 153

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

Shades of Tory Blue #2A4999

Tints of Tory Blue #2A4999

RGB

 RED value IS 42 (16.8% from 255) = 15.67%

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 15.67%
G = 27.24%
B = 57.09%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A4999 (or 0x2A4999) is known color: Tory Blue. HEX triplet: 2A, 49 and 99. RGB value is (42,73,153). Sum of RGB (Red+Green+Blue) = 42+73+153=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A4999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4999 is #D5B666. Grayscale: #484848. Windows color (decimal): -14005863 or 10045738. OLE color: 10045738.

HSL color Cylindrical-coordinate representation of color #2A4999: hue angle of 223.24º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4999 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 73 153 -
CMYK 0.73 0.52 0 0.4
HSL 223.24º 0.57% 0.38% -
HSV(B) 223.24º 0.73% 0.6% -
XYZ 9.09 7.56 31.12 -
YUV 72.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 42 73 153 0.73 0.52 0 0.4 223.24 0.57 0.38
Hex 2A 49 99 49 34 0 28 DF 39 26
Octal 52 111 231 111 64 0 50 337 71 46
Binary 101010 1001001 10011001 1001001 110100 0 101000 11011111 111001 100110

Color Harmonies of #2A4999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4999

Black with #2A4999

Text Example


Text Example

White with #2A4999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A4999; }

 p { color: rgb(42,73,153); }

 H1.HeaderClassName
 {
   color: #2A4999;
 }
 .AnyTagClassName
 {
   color: #2A4999;
 }
</style>

background-color css

<style>
 a { background-color: #2A4999; }

 a { background-color: rgb(42,73,153); }

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

border-color css

<style>
 span { border-color: #2A4999; }

 span { border-color: rgb(42,73,153); }

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