Html Css Color HEX #2A4799 Tory Blue

📋 copy color: '#2A4799'

red 42 ◦ green 71 ◦ blue 153

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

Shades of Tory Blue #2A4799

Tints of Tory Blue #2A4799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 15.79%
G = 26.69%
B = 57.52%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A4799 (or 0x2A4799) is known color: Tory Blue. HEX triplet: 2A, 47 and 99. RGB value is (42,71,153). Sum of RGB (Red+Green+Blue) = 42+71+153=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A4799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4799 is #D5B866. Grayscale: #474747. Windows color (decimal): -14006375 or 10045226. OLE color: 10045226.

HSL color Cylindrical-coordinate representation of color #2A4799: hue angle of 224.32º 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 #2A4799 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 71 153 -
CMYK 0.73 0.54 0 0.4
HSL 224.32º 0.57% 0.38% -
HSV(B) 224.32º 0.73% 0.6% -
XYZ 8.96 7.3 31.07 -
YUV 71.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 42 71 153 0.73 0.54 0 0.4 224.32 0.57 0.38
Hex 2A 47 99 49 36 0 28 E0 39 26
Octal 52 107 231 111 66 0 50 340 71 46
Binary 101010 1000111 10011001 1001001 110110 0 101000 11100000 111001 100110

Color Harmonies of #2A4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4799

Black with #2A4799

Text Example


Text Example

White with #2A4799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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