#2F5785

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

Shades of St Tropaz #2F5785

Tints of St Tropaz #2F5785

Color information

#2F5785 (or 0x2F5785) is unknown color: approx St Tropaz. HEX triplet: 2F, 57 and 85. RGB value is (47,87,133). Sum of RGB (Red+Green+Blue) = 47+87+133=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F5785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5785 is #D0A87A. Grayscale: #505050. Windows color (decimal): -13674619 or 8738607. OLE color: 8738607.

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

Color convert

RGB4787133-
CMYK0.650.3500.48
HSL212.09º47.78%35.29%-
HSV(B)212.09º64.66%52.16%-
XYZ8.819.1123.48-
YUV80.28157.75104.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.60%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=17.60%
G=32.58%
B=49.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47871330.650.3500.48212.0947.7835.29
Hex2F57854123030d43023
Octal57127205101430603246043
Binary1011111010111100001011000001100011011000011010100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,87,133); }

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

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

 a { background-color: rgb(47,87,133); }

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

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

 span { border-color: rgb(47,87,133); }

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