#2F516F

Color #2F516F Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #2F516F

Tints of Venice Blue #2F516F

Color information

#2F516F (or 0x2F516F) is unknown color: approx Venice Blue. HEX triplet: 2F, 51 and 6F. RGB value is (47,81,111). Sum of RGB (Red+Green+Blue) = 47+81+111=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F516F is #D0AE90. Grayscale: #4A4A4A. Windows color (decimal): -13676177 or 7295279. OLE color: 7295279.

HSL color Cylindrical-coordinate representation of color #2F516F: hue angle of 208.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F516F is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4781111-
CMYK0.580.2700.56
HSL208.12º40.51%30.98%-
HSV(B)208.12º57.66%43.53%-
XYZ6.987.6416.14-
YUV74.25148.74108.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=19.67%
G=33.89%
B=46.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47811110.580.2700.56208.1240.5130.98
Hex2F516F3A1B038d0291f
Octal5712115772330703205137
Binary101111101000111011111110101101101110001101000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,111); }

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

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

 a { background-color: rgb(47,81,111); }

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

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

 span { border-color: rgb(47,81,111); }

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