#2F5687

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

Shades of St Tropaz #2F5687

Tints of St Tropaz #2F5687

Color information

#2F5687 (or 0x2F5687) is unknown color: approx St Tropaz. HEX triplet: 2F, 56 and 87. RGB value is (47,86,135). Sum of RGB (Red+Green+Blue) = 47+86+135=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F5687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5687 is #D0A978. Grayscale: #4F4F4F. Windows color (decimal): -13674873 or 8869423. OLE color: 8869423.

HSL color Cylindrical-coordinate representation of color #2F5687: hue angle of 213.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F5687 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4786135-
CMYK0.650.3600.47
HSL213.41º48.35%35.69%-
HSV(B)213.41º65.19%52.94%-
XYZ8.879.0124.19-
YUV79.92159.08104.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.54%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 135 (53.12% from 255) = 50.37%
R=17.54%
G=32.09%
B=50.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47861350.650.3600.47213.4148.3535.69
Hex2F5687412402Fd53024
Octal57126207101440573256044
Binary1011111010110100001111000001100100010111111010101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,86,135); }

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

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

 a { background-color: rgb(47,86,135); }

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

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

 span { border-color: rgb(47,86,135); }

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