#2F548C

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

Shades of St Tropaz #2F548C

Tints of St Tropaz #2F548C

Color information

#2F548C (or 0x2F548C) is unknown color: approx St Tropaz. HEX triplet: 2F, 54 and 8C. RGB value is (47,84,140). Sum of RGB (Red+Green+Blue) = 47+84+140=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F548C is #D0AB73. Grayscale: #4F4F4F. Windows color (decimal): -13675380 or 9196591. OLE color: 9196591.

HSL color Cylindrical-coordinate representation of color #2F548C: hue angle of 216.13º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F548C is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4784140-
CMYK0.660.400.45
HSL216.13º49.73%36.67%-
HSV(B)216.13º66.43%54.9%-
XYZ9.088.8426.04-
YUV79.32162.24104.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=17.34%
G=31.00%
B=51.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47841400.660.400.45216.1349.7336.67
Hex2F548C422802Dd83225
Octal57124214102500553306245
Binary1011111010100100011001000010101000010110111011000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F548C; }

 p { color: rgb(47,84,140); }

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

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

 a { background-color: rgb(47,84,140); }

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

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

 span { border-color: rgb(47,84,140); }

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