#254E80

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

Shades of St Tropaz #254E80

Tints of St Tropaz #254E80

Color information

#254E80 (or 0x254E80) is unknown color: approx St Tropaz. HEX triplet: 25, 4E and 80. RGB value is (37,78,128). Sum of RGB (Red+Green+Blue) = 37+78+128=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #254E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E80 is #DAB17F. Grayscale: #474747. Windows color (decimal): -14332288 or 8408613. OLE color: 8408613.

HSL color Cylindrical-coordinate representation of color #254E80: hue angle of 212.97º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254E80 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3778128-
CMYK0.710.3900.50
HSL212.97º55.15%32.35%-
HSV(B)212.97º71.09%50.2%-
XYZ7.387.421.46-
YUV71.44159.92103.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=15.23%
G=32.10%
B=52.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37781280.710.3900.50212.9755.1532.35
Hex254E804727032d53720
Octal45116200107470623256740
Binary1001011001110100000001000111100111011001011010101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,78,128); }

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

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

 a { background-color: rgb(37,78,128); }

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

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

 span { border-color: rgb(37,78,128); }

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