Html Css Color HEX #2A4995 Tory Blue

📋 copy color: '#2A4995'

red 42 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #2A4995

Tints of Tory Blue #2A4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 15.91%
G = 27.65%
B = 56.44%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A4995 (or 0x2A4995) is known color: Tory Blue. HEX triplet: 2A, 49 and 95. RGB value is (42,73,149). Sum of RGB (Red+Green+Blue) = 42+73+149=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A4995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4995 is #D5B66A. Grayscale: #484848. Windows color (decimal): -14005867 or 9783594. OLE color: 9783594.

HSL color Cylindrical-coordinate representation of color #2A4995: hue angle of 222.62º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4995 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 73 149 -
CMYK 0.72 0.51 0 0.42
HSL 222.62º 0.56% 0.37% -
HSV(B) 222.62º 0.72% 0.58% -
XYZ 8.76 7.43 29.41 -
YUV 72.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 42 73 149 0.72 0.51 0 0.42 222.62 0.56 0.37
Hex 2A 49 95 48 33 0 2A DF 38 25
Octal 52 111 225 110 63 0 52 337 70 45
Binary 101010 1001001 10010101 1001000 110011 0 101010 11011111 111000 100101

Color Harmonies of #2A4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4995

Black with #2A4995

Text Example


Text Example

White with #2A4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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