Html Css Color HEX #2A3E91 Tory Blue

📋 copy color: '#2A3E91'

red 42 ◦ green 62 ◦ blue 145

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

Shades of Tory Blue #2A3E91

Tints of Tory Blue #2A3E91

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

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

R = 16.87%
G = 24.9%
B = 58.23%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2A3E91 (or 0x2A3E91) is known color: Tory Blue. HEX triplet: 2A, 3E and 91. RGB value is (42,62,145). Sum of RGB (Red+Green+Blue) = 42+62+145=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #2A3E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3E91 is #D5C16E. Grayscale: #414141. Windows color (decimal): -14008687 or 9518634. OLE color: 9518634.

HSL color Cylindrical-coordinate representation of color #2A3E91: hue angle of 228.35º 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 #2A3E91 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 62 145 -
CMYK 0.71 0.57 0 0.43
HSL 228.35º 0.55% 0.37% -
HSV(B) 228.35º 0.71% 0.57% -
XYZ 7.79 5.98 27.53 -
YUV 65.48 172.87 111.25 -
System Red Green Blue C M Y K H S L
Decimal 42 62 145 0.71 0.57 0 0.43 228.35 0.55 0.37
Hex 2A 3E 91 47 39 0 2B E4 37 25
Octal 52 76 221 107 71 0 53 344 67 45
Binary 101010 111110 10010001 1000111 111001 0 101011 11100100 110111 100101

Color Harmonies of #2A3E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3E91

Black with #2A3E91

Text Example


Text Example

White with #2A3E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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