Html Css Color HEX #2A459B Tory Blue

📋 copy color: '#2A459B'

red 42 ◦ green 69 ◦ blue 155

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

Shades of Tory Blue #2A459B

Tints of Tory Blue #2A459B

RGB

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

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

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

R = 15.79%
G = 25.94%
B = 58.27%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A459B (or 0x2A459B) is known color: Tory Blue. HEX triplet: 2A, 45 and 9B. RGB value is (42,69,155). Sum of RGB (Red+Green+Blue) = 42+69+155=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A459B is #D5BA64. Grayscale: #464646. Windows color (decimal): -14006885 or 10175786. OLE color: 10175786.

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

Color convert

RGB 42 69 155 -
CMYK 0.73 0.55 0 0.39
HSL 225.66º 0.57% 0.39% -
HSV(B) 225.66º 0.73% 0.61% -
XYZ 9 7.12 31.91 -
YUV 70.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 42 69 155 0.73 0.55 0 0.39 225.66 0.57 0.39
Hex 2A 45 9B 49 37 0 27 E2 39 27
Octal 52 105 233 111 67 0 47 342 71 47
Binary 101010 1000101 10011011 1001001 110111 0 100111 11100010 111001 100111

Color Harmonies of #2A459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A459B

Black with #2A459B

Text Example


Text Example

White with #2A459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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