#254195

Color #254195 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #254195

Tints of Tory Blue #254195

Color information

#254195 (or 0x254195) is unknown color: approx Tory Blue. HEX triplet: 25, 41 and 95. RGB value is (37,65,149). Sum of RGB (Red+Green+Blue) = 37+65+149=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #254195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254195 is #DABE6A. Grayscale: #414141. Windows color (decimal): -14335595 or 9781541. OLE color: 9781541.

HSL color Cylindrical-coordinate representation of color #254195: hue angle of 225º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254195 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3765149-
CMYK0.750.5600.42
HSL225º60.22%36.47%-
HSV(B)225º75.17%58.43%-
XYZ8.086.3429.23-
YUV66.2174.72107.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=14.74%
G=25.90%
B=59.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37651490.750.5600.4222560.2236.47
Hex2541954B3802Ae13c24
Octal45101225113700523417444
Binary1001011000001100101011001011111000010101011100001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254195; }

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

 H1.HeaderClassName
 {
   color: #254195;
 }
 .AnyTagClassName
 {
   color: #254195;
 }
</style>
background-color css

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

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

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

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

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

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