Html Css Color HEX #2549A0 Tory Blue

📋 copy color: '#2549A0'

red 37 ◦ green 73 ◦ blue 160

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

Shades of Tory Blue #2549A0

Tints of Tory Blue #2549A0

RGB

 RED value IS 37 (14.84% from 255) = 13.7%

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 160 (62.89% from 255) = 59.26%

R = 13.7%
G = 27.04%
B = 59.26%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2549A0 (or 0x2549A0) is known color: Tory Blue. HEX triplet: 25, 49 and A0. RGB value is (37,73,160). Sum of RGB (Red+Green+Blue) = 37+73+160=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #2549A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2549A0 is #DAB65F. Grayscale: #474747. Windows color (decimal): -14333536 or 10504485. OLE color: 10504485.

HSL color Cylindrical-coordinate representation of color #2549A0: hue angle of 222.44º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2549A0 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 73 160 -
CMYK 0.77 0.54 0 0.37
HSL 222.44º 0.62% 0.39% -
HSV(B) 222.44º 0.77% 0.63% -
XYZ 9.49 7.7 34.24 -
YUV 72.15 177.57 102.93 -
System Red Green Blue C M Y K H S L
Decimal 37 73 160 0.77 0.54 0 0.37 222.44 0.62 0.39
Hex 25 49 A0 4D 36 0 25 DE 3E 27
Octal 45 111 240 115 66 0 45 336 76 47
Binary 100101 1001001 10100000 1001101 110110 0 100101 11011110 111110 100111

Color Harmonies of #2549A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549A0

Black with #2549A0

Text Example


Text Example

White with #2549A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2549A0; }

 p { color: rgb(37,73,160); }

 H1.HeaderClassName
 {
   color: #2549A0;
 }
 .AnyTagClassName
 {
   color: #2549A0;
 }
</style>

background-color css

<style>
 a { background-color: #2549A0; }

 a { background-color: rgb(37,73,160); }

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

border-color css

<style>
 span { border-color: #2549A0; }

 span { border-color: rgb(37,73,160); }

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