Html Css Color HEX #254995 Tory Blue

📋 copy color: '#254995'

red 37 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #254995

Tints of Tory Blue #254995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 14.29%
G = 28.19%
B = 57.53%

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

#254995 (or 0x254995) is known color: Tory Blue. HEX triplet: 25, 49 and 95. RGB value is (37,73,149). Sum of RGB (Red+Green+Blue) = 37+73+149=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #254995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254995 is #DAB66A. Grayscale: #464646. Windows color (decimal): -14333547 or 9783589. OLE color: 9783589.

HSL color Cylindrical-coordinate representation of color #254995: hue angle of 220.71º 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 #254995 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 73 149 -
CMYK 0.75 0.51 0 0.42
HSL 220.71º 0.6% 0.36% -
HSV(B) 220.71º 0.75% 0.58% -
XYZ 8.57 7.33 29.4 -
YUV 70.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 37 73 149 0.75 0.51 0 0.42 220.71 0.6 0.36
Hex 25 49 95 4B 33 0 2A DD 3C 24
Octal 45 111 225 113 63 0 52 335 74 44
Binary 100101 1001001 10010101 1001011 110011 0 101010 11011101 111100 100100

Color Harmonies of #254995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254995

Black with #254995

Text Example


Text Example

White with #254995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254995; }

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

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

background-color css

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

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

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

border-color css

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

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

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