Html Css Color HEX #2A449B Tory Blue

📋 copy color: '#2A449B'

red 42 ◦ green 68 ◦ blue 155

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

Shades of Tory Blue #2A449B

Tints of Tory Blue #2A449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 15.85%
G = 25.66%
B = 58.49%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A449B (or 0x2A449B) is known color: Tory Blue. HEX triplet: 2A, 44 and 9B. RGB value is (42,68,155). Sum of RGB (Red+Green+Blue) = 42+68+155=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A449B is #D5BB64. Grayscale: #454545. Windows color (decimal): -14007141 or 10175530. OLE color: 10175530.

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

Color convert

RGB 42 68 155 -
CMYK 0.73 0.56 0 0.39
HSL 226.19º 0.57% 0.39% -
HSV(B) 226.19º 0.73% 0.61% -
XYZ 8.94 6.99 31.89 -
YUV 70.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 42 68 155 0.73 0.56 0 0.39 226.19 0.57 0.39
Hex 2A 44 9B 49 38 0 27 E2 39 27
Octal 52 104 233 111 70 0 47 342 71 47
Binary 101010 1000100 10011011 1001001 111000 0 100111 11100010 111001 100111

Color Harmonies of #2A449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A449B

Black with #2A449B

Text Example


Text Example

White with #2A449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,68,155); }

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

background-color css

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

 a { background-color: rgb(42,68,155); }

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

border-color css

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

 span { border-color: rgb(42,68,155); }

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