Html Css Color HEX #2A4A97 Tory Blue

📋 copy color: '#2A4A97'

red 42 ◦ green 74 ◦ blue 151

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

Shades of Tory Blue #2A4A97

Tints of Tory Blue #2A4A97

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 15.73%
G = 27.72%
B = 56.55%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2A4A97 (or 0x2A4A97) is known color: Tory Blue. HEX triplet: 2A, 4A and 97. RGB value is (42,74,151). Sum of RGB (Red+Green+Blue) = 42+74+151=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A4A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4A97 is #D5B568. Grayscale: #484848. Windows color (decimal): -14005609 or 9914922. OLE color: 9914922.

HSL color Cylindrical-coordinate representation of color #2A4A97: hue angle of 222.39º 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 #2A4A97 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 74 151 -
CMYK 0.72 0.51 0 0.41
HSL 222.39º 0.56% 0.38% -
HSV(B) 222.39º 0.72% 0.59% -
XYZ 8.99 7.62 30.28 -
YUV 73.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 42 74 151 0.72 0.51 0 0.41 222.39 0.56 0.38
Hex 2A 4A 97 48 33 0 29 DE 38 26
Octal 52 112 227 110 63 0 51 336 70 46
Binary 101010 1001010 10010111 1001000 110011 0 101001 11011110 111000 100110

Color Harmonies of #2A4A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4A97

Black with #2A4A97

Text Example


Text Example

White with #2A4A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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