#254979

Color #254979 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #254979

Tints of St Tropaz #254979

Color information

#254979 (or 0x254979) is unknown color: approx St Tropaz. HEX triplet: 25, 49 and 79. RGB value is (37,73,121). Sum of RGB (Red+Green+Blue) = 37+73+121=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #254979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254979 is #DAB686. Grayscale: #434343. Windows color (decimal): -14333575 or 7948581. OLE color: 7948581.

HSL color Cylindrical-coordinate representation of color #254979: hue angle of 214.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254979 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3773121-
CMYK0.690.4000.53
HSL214.29º53.16%30.98%-
HSV(B)214.29º69.42%47.45%-
XYZ6.66.5419-
YUV67.71158.07106.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=16.02%
G=31.60%
B=52.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37731210.690.4000.53214.2953.1630.98
Hex2549794528035d6351f
Octal45111171105500653266537
Binary10010110010011111001100010110100001101011101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254979; }

 p { color: rgb(37,73,121); }

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

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

 a { background-color: rgb(37,73,121); }

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

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

 span { border-color: rgb(37,73,121); }

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