Html Css Color HEX #2A4599 Tory Blue

📋 copy color: '#2A4599'

red 42 ◦ green 69 ◦ blue 153

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

Shades of Tory Blue #2A4599

Tints of Tory Blue #2A4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 15.91%
G = 26.14%
B = 57.95%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A4599 (or 0x2A4599) is known color: Tory Blue. HEX triplet: 2A, 45 and 99. RGB value is (42,69,153). Sum of RGB (Red+Green+Blue) = 42+69+153=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A4599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4599 is #D5BA66. Grayscale: #464646. Windows color (decimal): -14006887 or 10044714. OLE color: 10044714.

HSL color Cylindrical-coordinate representation of color #2A4599: hue angle of 225.41º 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 #2A4599 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 69 153 -
CMYK 0.73 0.55 0 0.4
HSL 225.41º 0.57% 0.38% -
HSV(B) 225.41º 0.73% 0.6% -
XYZ 8.83 7.05 31.03 -
YUV 70.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 42 69 153 0.73 0.55 0 0.4 225.41 0.57 0.38
Hex 2A 45 99 49 37 0 28 E1 39 26
Octal 52 105 231 111 67 0 50 341 71 46
Binary 101010 1000101 10011001 1001001 110111 0 101000 11100001 111001 100110

Color Harmonies of #2A4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4599

Black with #2A4599

Text Example


Text Example

White with #2A4599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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