Html Css Color HEX #2A4897 Tory Blue

📋 copy color: '#2A4897'

red 42 ◦ green 72 ◦ blue 151

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

Shades of Tory Blue #2A4897

Tints of Tory Blue #2A4897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 151 (59.38% from 255) = 56.98%

R = 15.85%
G = 27.17%
B = 56.98%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2A4897 (or 0x2A4897) is known color: Tory Blue. HEX triplet: 2A, 48 and 97. RGB value is (42,72,151). Sum of RGB (Red+Green+Blue) = 42+72+151=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A4897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4897 is #D5B768. Grayscale: #474747. Windows color (decimal): -14006121 or 9914410. OLE color: 9914410.

HSL color Cylindrical-coordinate representation of color #2A4897: hue angle of 223.49º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4897 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 72 151 -
CMYK 0.72 0.52 0 0.41
HSL 223.49º 0.56% 0.38% -
HSV(B) 223.49º 0.72% 0.59% -
XYZ 8.86 7.36 30.23 -
YUV 72.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 42 72 151 0.72 0.52 0 0.41 223.49 0.56 0.38
Hex 2A 48 97 48 34 0 29 DF 38 26
Octal 52 110 227 110 64 0 51 337 70 46
Binary 101010 1001000 10010111 1001000 110100 0 101001 11011111 111000 100110

Color Harmonies of #2A4897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4897

Black with #2A4897

Text Example


Text Example

White with #2A4897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,72,151); }

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

background-color css

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

 a { background-color: rgb(42,72,151); }

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

border-color css

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

 span { border-color: rgb(42,72,151); }

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