Html Css Color HEX #254AA0 Tory Blue

📋 copy color: '#254AA0'

red 37 ◦ green 74 ◦ blue 160

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

Shades of Tory Blue #254AA0

Tints of Tory Blue #254AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

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

R = 13.65%
G = 27.31%
B = 59.04%

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

#254AA0 (or 0x254AA0) is known color: Tory Blue. HEX triplet: 25, 4A and A0. RGB value is (37,74,160). Sum of RGB (Red+Green+Blue) = 37+74+160=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #254AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254AA0 is #DAB55F. Grayscale: #484848. Windows color (decimal): -14333280 or 10504741. OLE color: 10504741.

HSL color Cylindrical-coordinate representation of color #254AA0: hue angle of 221.95º 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 #254AA0 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 74 160 -
CMYK 0.77 0.54 0 0.37
HSL 221.95º 0.62% 0.39% -
HSV(B) 221.95º 0.77% 0.63% -
XYZ 9.56 7.83 34.27 -
YUV 72.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 37 74 160 0.77 0.54 0 0.37 221.95 0.62 0.39
Hex 25 4A A0 4D 36 0 25 DE 3E 27
Octal 45 112 240 115 66 0 45 336 76 47
Binary 100101 1001010 10100000 1001101 110110 0 100101 11011110 111110 100111

Color Harmonies of #254AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AA0

Black with #254AA0

Text Example


Text Example

White with #254AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254AA0; }

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

 H1.HeaderClassName
 {
   color: #254AA0;
 }
 .AnyTagClassName
 {
   color: #254AA0;
 }
</style>

background-color css

<style>
 a { background-color: #254AA0; }

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

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

border-color css

<style>
 span { border-color: #254AA0; }

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

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