Html Css Color HEX #2A4399 Tory Blue

📋 copy color: '#2A4399'

red 42 ◦ green 67 ◦ blue 153

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

Shades of Tory Blue #2A4399

Tints of Tory Blue #2A4399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 16.03%
G = 25.57%
B = 58.4%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A4399 (or 0x2A4399) is known color: Tory Blue. HEX triplet: 2A, 43 and 99. RGB value is (42,67,153). Sum of RGB (Red+Green+Blue) = 42+67+153=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A4399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4399 is #D5BC66. Grayscale: #444444. Windows color (decimal): -14007399 or 10044202. OLE color: 10044202.

HSL color Cylindrical-coordinate representation of color #2A4399: hue angle of 226.49º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4399 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 67 153 -
CMYK 0.73 0.56 0 0.4
HSL 226.49º 0.57% 0.38% -
HSV(B) 226.49º 0.73% 0.6% -
XYZ 8.71 6.81 30.99 -
YUV 69.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 42 67 153 0.73 0.56 0 0.4 226.49 0.57 0.38
Hex 2A 43 99 49 38 0 28 E2 39 26
Octal 52 103 231 111 70 0 50 342 71 46
Binary 101010 1000011 10011001 1001001 111000 0 101000 11100010 111001 100110

Color Harmonies of #2A4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4399

Black with #2A4399

Text Example


Text Example

White with #2A4399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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