#254A7B

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

Shades of St Tropaz #254A7B

Tints of St Tropaz #254A7B

Color information

#254A7B (or 0x254A7B) is unknown color: approx St Tropaz. HEX triplet: 25, 4A and 7B. RGB value is (37,74,123). Sum of RGB (Red+Green+Blue) = 37+74+123=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #254A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A7B is #DAB584. Grayscale: #444444. Windows color (decimal): -14333317 or 8079909. OLE color: 8079909.

HSL color Cylindrical-coordinate representation of color #254A7B: hue angle of 214.19º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #254A7B is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3774123-
CMYK0.700.4000.52
HSL214.19º53.75%31.37%-
HSV(B)214.19º69.92%48.24%-
XYZ6.796.7219.68-
YUV68.52158.74105.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=15.81%
G=31.62%
B=52.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37741230.700.4000.52214.1953.7531.37
Hex254A7B4628034d6361f
Octal45112173106500643266637
Binary10010110010101111011100011010100001101001101011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,74,123); }

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

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

 a { background-color: rgb(37,74,123); }

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

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

 span { border-color: rgb(37,74,123); }

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