Html Css Color HEX #2A449E Tory Blue

📋 copy color: '#2A449E'

red 42 ◦ green 68 ◦ blue 158

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

Shades of Tory Blue #2A449E

Tints of Tory Blue #2A449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 15.67%
G = 25.37%
B = 58.96%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A449E (or 0x2A449E) is known color: Tory Blue. HEX triplet: 2A, 44 and 9E. RGB value is (42,68,158). Sum of RGB (Red+Green+Blue) = 42+68+158=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A449E is #D5BB61. Grayscale: #464646. Windows color (decimal): -14007138 or 10372138. OLE color: 10372138.

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

Color convert

RGB 42 68 158 -
CMYK 0.73 0.57 0 0.38
HSL 226.55º 0.58% 0.39% -
HSV(B) 226.55º 0.73% 0.62% -
XYZ 9.19 7.1 33.23 -
YUV 70.49 177.39 107.68 -
System Red Green Blue C M Y K H S L
Decimal 42 68 158 0.73 0.57 0 0.38 226.55 0.58 0.39
Hex 2A 44 9E 49 39 0 26 E3 3A 27
Octal 52 104 236 111 71 0 46 343 72 47
Binary 101010 1000100 10011110 1001001 111001 0 100110 11100011 111010 100111

Color Harmonies of #2A449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A449E

Black with #2A449E

Text Example


Text Example

White with #2A449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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