#254C82

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

Shades of St Tropaz #254C82

Tints of St Tropaz #254C82

Color information

#254C82 (or 0x254C82) is unknown color: approx St Tropaz. HEX triplet: 25, 4C and 82. RGB value is (37,76,130). Sum of RGB (Red+Green+Blue) = 37+76+130=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #254C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C82 is #DAB37D. Grayscale: #464646. Windows color (decimal): -14332798 or 8539173. OLE color: 8539173.

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

Color convert

RGB3776130-
CMYK0.720.4200.49
HSL214.84º55.69%32.75%-
HSV(B)214.84º71.54%50.98%-
XYZ7.387.1722.12-
YUV70.5161.58104.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=15.23%
G=31.28%
B=53.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37761300.720.4200.49214.8455.6932.75
Hex254C82482A031d73821
Octal45114202110520613277041
Binary1001011001100100000101001000101010011000111010111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,76,130); }

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

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

 a { background-color: rgb(37,76,130); }

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

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

 span { border-color: rgb(37,76,130); }

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