#254D85

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

Shades of St Tropaz #254D85

Tints of St Tropaz #254D85

Color information

#254D85 (or 0x254D85) is unknown color: approx St Tropaz. HEX triplet: 25, 4D and 85. RGB value is (37,77,133). Sum of RGB (Red+Green+Blue) = 37+77+133=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #254D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D85 is #DAB27A. Grayscale: #474747. Windows color (decimal): -14332539 or 8736037. OLE color: 8736037.

HSL color Cylindrical-coordinate representation of color #254D85: hue angle of 215º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254D85 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3777133-
CMYK0.720.4200.48
HSL215º56.47%33.33%-
HSV(B)215º72.18%52.16%-
XYZ7.657.3923.21-
YUV71.42162.75103.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=14.98%
G=31.17%
B=53.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37771330.720.4200.4821556.4733.33
Hex254D85482A030d73821
Octal45115205110520603277041
Binary1001011001101100001011001000101010011000011010111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254D85; }

 p { color: rgb(37,77,133); }

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

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

 a { background-color: rgb(37,77,133); }

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

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

 span { border-color: rgb(37,77,133); }

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