Html Css Color HEX #254992 Tory Blue

📋 copy color: '#254992'

red 37 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #254992

Tints of Tory Blue #254992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 14.45%
G = 28.52%
B = 57.03%

CMYK

 C value IS 0.75

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#254992 (or 0x254992) is known color: Tory Blue. HEX triplet: 25, 49 and 92. RGB value is (37,73,146). Sum of RGB (Red+Green+Blue) = 37+73+146=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #254992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254992 is #DAB66D. Grayscale: #464646. Windows color (decimal): -14333550 or 9586981. OLE color: 9586981.

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

Color convert

RGB 37 73 146 -
CMYK 0.75 0.5 0 0.43
HSL 220.18º 0.6% 0.36% -
HSV(B) 220.18º 0.75% 0.57% -
XYZ 8.33 7.23 28.15 -
YUV 70.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 37 73 146 0.75 0.5 0 0.43 220.18 0.6 0.36
Hex 25 49 92 4B 32 0 2B DC 3C 24
Octal 45 111 222 113 62 0 53 334 74 44
Binary 100101 1001001 10010010 1001011 110010 0 101011 11011100 111100 100100

Color Harmonies of #254992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254992

Black with #254992

Text Example


Text Example

White with #254992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254992; }

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

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

background-color css

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

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

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

border-color css

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

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

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