Html Css Color HEX #2A4293 Tory Blue

📋 copy color: '#2A4293'

red 42 ◦ green 66 ◦ blue 147

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

Shades of Tory Blue #2A4293

Tints of Tory Blue #2A4293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 16.47%
G = 25.88%
B = 57.65%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A4293 (or 0x2A4293) is known color: Tory Blue. HEX triplet: 2A, 42 and 93. RGB value is (42,66,147). Sum of RGB (Red+Green+Blue) = 42+66+147=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A4293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4293 is #D5BD6C. Grayscale: #434343. Windows color (decimal): -14007661 or 9650730. OLE color: 9650730.

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

Color convert

RGB 42 66 147 -
CMYK 0.71 0.55 0 0.42
HSL 226.29º 0.56% 0.37% -
HSV(B) 226.29º 0.71% 0.58% -
XYZ 8.17 6.5 28.43 -
YUV 68.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 42 66 147 0.71 0.55 0 0.42 226.29 0.56 0.37
Hex 2A 42 93 47 37 0 2A E2 38 25
Octal 52 102 223 107 67 0 52 342 70 45
Binary 101010 1000010 10010011 1000111 110111 0 101010 11100010 111000 100101

Color Harmonies of #2A4293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4293

Black with #2A4293

Text Example


Text Example

White with #2A4293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,66,147); }

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

background-color css

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

 a { background-color: rgb(42,66,147); }

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

border-color css

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

 span { border-color: rgb(42,66,147); }

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