Html Css Color HEX #2A4E9B Tory Blue

📋 copy color: '#2A4E9B'

red 42 ◦ green 78 ◦ blue 155

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

Shades of Tory Blue #2A4E9B

Tints of Tory Blue #2A4E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.36%

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 15.27%
G = 28.36%
B = 56.36%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A4E9B (or 0x2A4E9B) is known color: Tory Blue. HEX triplet: 2A, 4E and 9B. RGB value is (42,78,155). Sum of RGB (Red+Green+Blue) = 42+78+155=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A4E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4E9B is #D5B164. Grayscale: #4B4B4B. Windows color (decimal): -14004581 or 10178090. OLE color: 10178090.

HSL color Cylindrical-coordinate representation of color #2A4E9B: hue angle of 220.88º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4E9B is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 78 155 -
CMYK 0.73 0.50 0 0.39
HSL 220.89º 0.57% 0.39% -
HSV(B) 220.89º 0.73% 0.61% -
XYZ 9.6 8.31 32.11 -
YUV 76.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 42 78 155 0.73 0.50 0 0.39 220.89 0.57 0.39
Hex 2A 4E 9B 49 32 0 27 DD 39 27
Octal 52 116 233 111 62 0 47 335 71 47
Binary 101010 1001110 10011011 1001001 110010 0 100111 11011101 111001 100111

Color Harmonies of #2A4E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4E9B

Black with #2A4E9B

Text Example


Text Example

White with #2A4E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,78,155); }

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

background-color css

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

 a { background-color: rgb(42,78,155); }

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

border-color css

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

 span { border-color: rgb(42,78,155); }

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