Html Css Color HEX #254196 Tory Blue

📋 copy color: '#254196'

red 37 ◦ green 65 ◦ blue 150

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

Shades of Tory Blue #254196

Tints of Tory Blue #254196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 14.68%
G = 25.79%
B = 59.52%

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

#254196 (or 0x254196) is known color: Tory Blue. HEX triplet: 25, 41 and 96. RGB value is (37,65,150). Sum of RGB (Red+Green+Blue) = 37+65+150=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #254196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254196 is #DABE69. Grayscale: #414141. Windows color (decimal): -14335594 or 9847077. OLE color: 9847077.

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

Color convert

RGB 37 65 150 -
CMYK 0.75 0.57 0 0.41
HSL 225.13º 0.6% 0.37% -
HSV(B) 225.13º 0.75% 0.59% -
XYZ 8.16 6.38 29.65 -
YUV 66.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 37 65 150 0.75 0.57 0 0.41 225.13 0.6 0.37
Hex 25 41 96 4B 39 0 29 E1 3C 25
Octal 45 101 226 113 71 0 51 341 74 45
Binary 100101 1000001 10010110 1001011 111001 0 101001 11100001 111100 100101

Color Harmonies of #254196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254196

Black with #254196

Text Example


Text Example

White with #254196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254196; }

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

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

background-color css

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

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

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

border-color css

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

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

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