Html Css Color HEX #254497 Tory Blue

📋 copy color: '#254497'

red 37 ◦ green 68 ◦ blue 151

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

Shades of Tory Blue #254497

Tints of Tory Blue #254497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 14.45%
G = 26.56%
B = 58.98%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#254497 (or 0x254497) is known color: Tory Blue. HEX triplet: 25, 44 and 97. RGB value is (37,68,151). Sum of RGB (Red+Green+Blue) = 37+68+151=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #254497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254497 is #DABB68. Grayscale: #434343. Windows color (decimal): -14334825 or 9913381. OLE color: 9913381.

HSL color Cylindrical-coordinate representation of color #254497: hue angle of 223.68º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254497 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 68 151 -
CMYK 0.75 0.55 0 0.41
HSL 223.68º 0.61% 0.37% -
HSV(B) 223.68º 0.75% 0.59% -
XYZ 8.42 6.76 30.14 -
YUV 68.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 37 68 151 0.75 0.55 0 0.41 223.68 0.61 0.37
Hex 25 44 97 4B 37 0 29 E0 3D 25
Octal 45 104 227 113 67 0 51 340 75 45
Binary 100101 1000100 10010111 1001011 110111 0 101001 11100000 111101 100101

Color Harmonies of #254497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254497

Black with #254497

Text Example


Text Example

White with #254497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254497; }

 p { color: rgb(37,68,151); }

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

background-color css

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

 a { background-color: rgb(37,68,151); }

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

border-color css

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

 span { border-color: rgb(37,68,151); }

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