Html Css Color HEX #254997 Tory Blue

📋 copy color: '#254997'

red 37 ◦ green 73 ◦ blue 151

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

Shades of Tory Blue #254997

Tints of Tory Blue #254997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.85%

R = 14.18%
G = 27.97%
B = 57.85%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#254997 (or 0x254997) is known color: Tory Blue. HEX triplet: 25, 49 and 97. RGB value is (37,73,151). Sum of RGB (Red+Green+Blue) = 37+73+151=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #254997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254997 is #DAB668. Grayscale: #464646. Windows color (decimal): -14333545 or 9914661. OLE color: 9914661.

HSL color Cylindrical-coordinate representation of color #254997: hue angle of 221.05º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254997 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 73 151 -
CMYK 0.75 0.52 0 0.41
HSL 221.05º 0.61% 0.37% -
HSV(B) 221.05º 0.75% 0.59% -
XYZ 8.73 7.39 30.24 -
YUV 71.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 37 73 151 0.75 0.52 0 0.41 221.05 0.61 0.37
Hex 25 49 97 4B 34 0 29 DD 3D 25
Octal 45 111 227 113 64 0 51 335 75 45
Binary 100101 1001001 10010111 1001011 110100 0 101001 11011101 111101 100101

Color Harmonies of #254997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254997

Black with #254997

Text Example


Text Example

White with #254997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254997; }

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

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

background-color css

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

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

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

border-color css

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

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

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