Html Css Color HEX #2A4487 Tory Blue

📋 copy color: '#2A4487'

red 42 ◦ green 68 ◦ blue 135

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

Shades of Tory Blue #2A4487

Tints of Tory Blue #2A4487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.1%

R = 17.14%
G = 27.76%
B = 55.1%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A4487 (or 0x2A4487) is known color: Tory Blue. HEX triplet: 2A, 44 and 87. RGB value is (42,68,135). Sum of RGB (Red+Green+Blue) = 42+68+135=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A4487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4487 is #D5BB78. Grayscale: #434343. Windows color (decimal): -14007161 or 8864810. OLE color: 8864810.

HSL color Cylindrical-coordinate representation of color #2A4487: hue angle of 223.23º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A4487 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 68 135 -
CMYK 0.69 0.50 0 0.47
HSL 223.23º 0.53% 0.35% -
HSV(B) 223.23º 0.69% 0.53% -
XYZ 7.4 6.38 23.76 -
YUV 67.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 42 68 135 0.69 0.50 0 0.47 223.23 0.53 0.35
Hex 2A 44 87 45 32 0 2F DF 35 23
Octal 52 104 207 105 62 0 57 337 65 43
Binary 101010 1000100 10000111 1000101 110010 0 101111 11011111 110101 100011

Color Harmonies of #2A4487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4487

Black with #2A4487

Text Example


Text Example

White with #2A4487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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