Html Css Color HEX #254998 Tory Blue

📋 copy color: '#254998'

red 37 ◦ green 73 ◦ blue 152

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

Shades of Tory Blue #254998

Tints of Tory Blue #254998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.02%

R = 14.12%
G = 27.86%
B = 58.02%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#254998 (or 0x254998) is known color: Tory Blue. HEX triplet: 25, 49 and 98. RGB value is (37,73,152). Sum of RGB (Red+Green+Blue) = 37+73+152=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #254998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254998 is #DAB667. Grayscale: #464646. Windows color (decimal): -14333544 or 9980197. OLE color: 9980197.

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

Color convert

RGB 37 73 152 -
CMYK 0.76 0.52 0 0.40
HSL 221.22º 0.61% 0.37% -
HSV(B) 221.22º 0.76% 0.6% -
XYZ 8.81 7.43 30.67 -
YUV 71.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 37 73 152 0.76 0.52 0 0.40 221.22 0.61 0.37
Hex 25 49 98 4C 34 0 28 DD 3D 25
Octal 45 111 230 114 64 0 50 335 75 45
Binary 100101 1001001 10011000 1001100 110100 0 101000 11011101 111101 100101

Color Harmonies of #254998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254998

Black with #254998

Text Example


Text Example

White with #254998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254998; }

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

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

background-color css

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

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

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

border-color css

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

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

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