Html Css Color HEX #254299 Tory Blue

📋 copy color: '#254299'

red 37 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #254299

Tints of Tory Blue #254299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 14.45%
G = 25.78%
B = 59.77%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#254299 (or 0x254299) is known color: Tory Blue. HEX triplet: 25, 42 and 99. RGB value is (37,66,153). Sum of RGB (Red+Green+Blue) = 37+66+153=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #254299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254299 is #DABD66. Grayscale: #424242. Windows color (decimal): -14335335 or 10043941. OLE color: 10043941.

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

Color convert

RGB 37 66 153 -
CMYK 0.76 0.57 0 0.4
HSL 225º 0.61% 0.37% -
HSV(B) 225º 0.76% 0.6% -
XYZ 8.46 6.59 30.96 -
YUV 67.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 37 66 153 0.76 0.57 0 0.4 225 0.61 0.37
Hex 25 42 99 4C 39 0 28 E1 3D 25
Octal 45 102 231 114 71 0 50 341 75 45
Binary 100101 1000010 10011001 1001100 111001 0 101000 11100001 111101 100101

Color Harmonies of #254299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254299

Black with #254299

Text Example


Text Example

White with #254299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254299; }

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

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

background-color css

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

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

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

border-color css

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

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

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