Html Css Color HEX #2A43A0 Tory Blue

📋 copy color: '#2A43A0'

red 42 ◦ green 67 ◦ blue 160

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

Shades of Tory Blue #2A43A0

Tints of Tory Blue #2A43A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 59.48%

R = 15.61%
G = 24.91%
B = 59.48%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2A43A0 (or 0x2A43A0) is known color: Tory Blue. HEX triplet: 2A, 43 and A0. RGB value is (42,67,160). Sum of RGB (Red+Green+Blue) = 42+67+160=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #2A43A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A43A0 is #D5BC5F. Grayscale: #454545. Windows color (decimal): -14007392 or 10502954. OLE color: 10502954.

HSL color Cylindrical-coordinate representation of color #2A43A0: hue angle of 227.29º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A43A0 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 42 67 160 -
CMYK 0.74 0.58 0 0.37
HSL 227.29º 0.58% 0.4% -
HSV(B) 227.29º 0.74% 0.63% -
XYZ 9.31 7.04 34.13 -
YUV 70.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 42 67 160 0.74 0.58 0 0.37 227.29 0.58 0.4
Hex 2A 43 A0 4A 3A 0 25 E3 3A 28
Octal 52 103 240 112 72 0 45 343 72 50
Binary 101010 1000011 10100000 1001010 111010 0 100101 11100011 111010 101000

Color Harmonies of #2A43A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A43A0

Black with #2A43A0

Text Example


Text Example

White with #2A43A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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