Html Css Color HEX #2A4391 Tory Blue

📋 copy color: '#2A4391'

red 42 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #2A4391

Tints of Tory Blue #2A4391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 145 (57.03% from 255) = 57.09%

R = 16.54%
G = 26.38%
B = 57.09%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2A4391 (or 0x2A4391) is known color: Tory Blue. HEX triplet: 2A, 43 and 91. RGB value is (42,67,145). Sum of RGB (Red+Green+Blue) = 42+67+145=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #2A4391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4391 is #D5BC6E. Grayscale: #444444. Windows color (decimal): -14007407 or 9519914. OLE color: 9519914.

HSL color Cylindrical-coordinate representation of color #2A4391: hue angle of 225.44º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A4391 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 67 145 -
CMYK 0.71 0.54 0 0.43
HSL 225.44º 0.55% 0.37% -
HSV(B) 225.44º 0.71% 0.57% -
XYZ 8.07 6.55 27.63 -
YUV 68.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 42 67 145 0.71 0.54 0 0.43 225.44 0.55 0.37
Hex 2A 43 91 47 36 0 2B E1 37 25
Octal 52 103 221 107 66 0 53 341 67 45
Binary 101010 1000011 10010001 1000111 110110 0 101011 11100001 110111 100101

Color Harmonies of #2A4391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4391

Black with #2A4391

Text Example


Text Example

White with #2A4391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,67,145); }

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

background-color css

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

 a { background-color: rgb(42,67,145); }

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

border-color css

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

 span { border-color: rgb(42,67,145); }

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