#2F496F

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

Shades of Venice Blue #2F496F

Tints of Venice Blue #2F496F

Color information

#2F496F (or 0x2F496F) is unknown color: approx Venice Blue. HEX triplet: 2F, 49 and 6F. RGB value is (47,73,111). Sum of RGB (Red+Green+Blue) = 47+73+111=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F496F is #D0B690. Grayscale: #454545. Windows color (decimal): -13678225 or 7293231. OLE color: 7293231.

HSL color Cylindrical-coordinate representation of color #2F496F: hue angle of 215.62º 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 #2F496F is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4773111-
CMYK0.580.3400.56
HSL215.62º40.51%30.98%-
HSV(B)215.62º57.66%43.53%-
XYZ6.426.5215.96-
YUV69.56151.39111.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.35%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=20.35%
G=31.60%
B=48.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47731110.580.3400.56215.6240.5130.98
Hex2F496F3A22038d8291f
Octal5711115772420703305137
Binary1011111001001110111111101010001001110001101100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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