Html Css Color HEX #2A459F Tory Blue

📋 copy color: '#2A459F'

red 42 ◦ green 69 ◦ blue 159

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

Shades of Tory Blue #2A459F

Tints of Tory Blue #2A459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 15.56%
G = 25.56%
B = 58.89%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A459F (or 0x2A459F) is known color: Tory Blue. HEX triplet: 2A, 45 and 9F. RGB value is (42,69,159). Sum of RGB (Red+Green+Blue) = 42+69+159=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A459F is #D5BA60. Grayscale: #464646. Windows color (decimal): -14006881 or 10437930. OLE color: 10437930.

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

Color convert

RGB 42 69 159 -
CMYK 0.74 0.57 0 0.38
HSL 226.15º 0.58% 0.39% -
HSV(B) 226.15º 0.74% 0.62% -
XYZ 9.34 7.25 33.71 -
YUV 71.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 42 69 159 0.74 0.57 0 0.38 226.15 0.58 0.39
Hex 2A 45 9F 4A 39 0 26 E2 3A 27
Octal 52 105 237 112 71 0 46 342 72 47
Binary 101010 1000101 10011111 1001010 111001 0 100110 11100010 111010 100111

Color Harmonies of #2A459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A459F

Black with #2A459F

Text Example


Text Example

White with #2A459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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