Html Css Color HEX #254197 Tory Blue

📋 copy color: '#254197'

red 37 ◦ green 65 ◦ blue 151

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

Shades of Tory Blue #254197

Tints of Tory Blue #254197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 14.62%
G = 25.69%
B = 59.68%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#254197 (or 0x254197) is known color: Tory Blue. HEX triplet: 25, 41 and 97. RGB value is (37,65,151). Sum of RGB (Red+Green+Blue) = 37+65+151=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #254197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254197 is #DABE68. Grayscale: #424242. Windows color (decimal): -14335593 or 9912613. OLE color: 9912613.

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

Color convert

RGB 37 65 151 -
CMYK 0.75 0.57 0 0.41
HSL 225.26º 0.61% 0.37% -
HSV(B) 225.26º 0.75% 0.59% -
XYZ 8.24 6.41 30.08 -
YUV 66.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 37 65 151 0.75 0.57 0 0.41 225.26 0.61 0.37
Hex 25 41 97 4B 39 0 29 E1 3D 25
Octal 45 101 227 113 71 0 51 341 75 45
Binary 100101 1000001 10010111 1001011 111001 0 101001 11100001 111101 100101

Color Harmonies of #254197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254197

Black with #254197

Text Example


Text Example

White with #254197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254197; }

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

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

background-color css

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

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

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

border-color css

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

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

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