Html Css Color HEX #254599 Tory Blue

📋 copy color: '#254599'

red 37 ◦ green 69 ◦ blue 153

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

Shades of Tory Blue #254599

Tints of Tory Blue #254599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 14.29%
G = 26.64%
B = 59.07%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#254599 (or 0x254599) is known color: Tory Blue. HEX triplet: 25, 45 and 99. RGB value is (37,69,153). Sum of RGB (Red+Green+Blue) = 37+69+153=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #254599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254599 is #DABA66. Grayscale: #444444. Windows color (decimal): -14334567 or 10044709. OLE color: 10044709.

HSL color Cylindrical-coordinate representation of color #254599: hue angle of 223.45º 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 #254599 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 69 153 -
CMYK 0.76 0.55 0 0.4
HSL 223.45º 0.61% 0.37% -
HSV(B) 223.45º 0.76% 0.6% -
XYZ 8.64 6.95 31.02 -
YUV 69.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 37 69 153 0.76 0.55 0 0.4 223.45 0.61 0.37
Hex 25 45 99 4C 37 0 28 DF 3D 25
Octal 45 105 231 114 67 0 50 337 75 45
Binary 100101 1000101 10011001 1001100 110111 0 101000 11011111 111101 100101

Color Harmonies of #254599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254599

Black with #254599

Text Example


Text Example

White with #254599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254599; }

 p { color: rgb(37,69,153); }

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

background-color css

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

 a { background-color: rgb(37,69,153); }

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

border-color css

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

 span { border-color: rgb(37,69,153); }

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