Html Css Color HEX #254791 Tory Blue

📋 copy color: '#254791'

red 37 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #254791

Tints of Tory Blue #254791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 145 (57.03% from 255) = 57.31%

R = 14.62%
G = 28.06%
B = 57.31%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#254791 (or 0x254791) is known color: Tory Blue. HEX triplet: 25, 47 and 91. RGB value is (37,71,145). Sum of RGB (Red+Green+Blue) = 37+71+145=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #254791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254791 is #DAB86E. Grayscale: #444444. Windows color (decimal): -14334063 or 9520933. OLE color: 9520933.

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

Color convert

RGB 37 71 145 -
CMYK 0.74 0.51 0 0.43
HSL 221.11º 0.59% 0.36% -
HSV(B) 221.11º 0.74% 0.57% -
XYZ 8.13 6.94 27.7 -
YUV 69.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 37 71 145 0.74 0.51 0 0.43 221.11 0.59 0.36
Hex 25 47 91 4A 33 0 2B DD 3B 24
Octal 45 107 221 112 63 0 53 335 73 44
Binary 100101 1000111 10010001 1001010 110011 0 101011 11011101 111011 100100

Color Harmonies of #254791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254791

Black with #254791

Text Example


Text Example

White with #254791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254791; }

 p { color: rgb(37,71,145); }

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

background-color css

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

 a { background-color: rgb(37,71,145); }

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

border-color css

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

 span { border-color: rgb(37,71,145); }

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