Html Css Color HEX #254699 Tory Blue

📋 copy color: '#254699'

red 37 ◦ green 70 ◦ blue 153

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

Shades of Tory Blue #254699

Tints of Tory Blue #254699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 14.23%
G = 26.92%
B = 58.85%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#254699 (or 0x254699) is known color: Tory Blue. HEX triplet: 25, 46 and 99. RGB value is (37,70,153). Sum of RGB (Red+Green+Blue) = 37+70+153=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #254699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254699 is #DAB966. Grayscale: #454545. Windows color (decimal): -14334311 or 10044965. OLE color: 10044965.

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

Color convert

RGB 37 70 153 -
CMYK 0.76 0.54 0 0.4
HSL 222.93º 0.61% 0.37% -
HSV(B) 222.93º 0.76% 0.6% -
XYZ 8.7 7.07 31.04 -
YUV 69.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 37 70 153 0.76 0.54 0 0.4 222.93 0.61 0.37
Hex 25 46 99 4C 36 0 28 DF 3D 25
Octal 45 106 231 114 66 0 50 337 75 45
Binary 100101 1000110 10011001 1001100 110110 0 101000 11011111 111101 100101

Color Harmonies of #254699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254699

Black with #254699

Text Example


Text Example

White with #254699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254699; }

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

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

background-color css

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

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

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

border-color css

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

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

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