#2F5287

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

Shades of St Tropaz #2F5287

Tints of St Tropaz #2F5287

Color information

#2F5287 (or 0x2F5287) is unknown color: approx St Tropaz. HEX triplet: 2F, 52 and 87. RGB value is (47,82,135). Sum of RGB (Red+Green+Blue) = 47+82+135=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F5287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5287 is #D0AD78. Grayscale: #4D4D4D. Windows color (decimal): -13675897 or 8868399. OLE color: 8868399.

HSL color Cylindrical-coordinate representation of color #2F5287: hue angle of 216.14º 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 #2F5287 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4782135-
CMYK0.650.3900.47
HSL216.14º48.35%35.69%-
HSV(B)216.14º65.19%52.94%-
XYZ8.568.3924.09-
YUV77.58160.4106.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.80%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=17.80%
G=31.06%
B=51.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47821350.650.3900.47216.1448.3535.69
Hex2F5287412702Fd83024
Octal57122207101470573306044
Binary1011111010010100001111000001100111010111111011000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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