Html Css Color HEX #254994 Tory Blue

📋 copy color: '#254994'

red 37 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #254994

Tints of Tory Blue #254994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 14.34%
G = 28.29%
B = 57.36%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254994 (or 0x254994) is known color: Tory Blue. HEX triplet: 25, 49 and 94. RGB value is (37,73,148). Sum of RGB (Red+Green+Blue) = 37+73+148=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #254994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254994 is #DAB66B. Grayscale: #464646. Windows color (decimal): -14333548 or 9718053. OLE color: 9718053.

HSL color Cylindrical-coordinate representation of color #254994: hue angle of 220.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254994 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 73 148 -
CMYK 0.75 0.51 0 0.42
HSL 220.54º 0.6% 0.36% -
HSV(B) 220.54º 0.75% 0.58% -
XYZ 8.49 7.3 28.98 -
YUV 70.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 37 73 148 0.75 0.51 0 0.42 220.54 0.6 0.36
Hex 25 49 94 4B 33 0 2A DD 3C 24
Octal 45 111 224 113 63 0 52 335 74 44
Binary 100101 1001001 10010100 1001011 110011 0 101010 11011101 111100 100100

Color Harmonies of #254994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254994

Black with #254994

Text Example


Text Example

White with #254994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254994; }

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

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

background-color css

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

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

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

border-color css

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

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

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