#2F5272

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

Shades of Venice Blue #2F5272

Tints of Venice Blue #2F5272

Color information

#2F5272 (or 0x2F5272) is unknown color: approx Venice Blue. HEX triplet: 2F, 52 and 72. RGB value is (47,82,114). Sum of RGB (Red+Green+Blue) = 47+82+114=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F5272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5272 is #D0AD8D. Grayscale: #4B4B4B. Windows color (decimal): -13675918 or 7492143. OLE color: 7492143.

HSL color Cylindrical-coordinate representation of color #2F5272: hue angle of 208.66º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5272 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4782114-
CMYK0.590.2800.55
HSL208.66º41.61%31.57%-
HSV(B)208.66º58.77%44.71%-
XYZ7.237.8517.05-
YUV75.18149.9107.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=19.34%
G=33.74%
B=46.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47821140.590.2800.55208.6641.6131.57
Hex2F52723B1C037d12a20
Octal5712216273340673215240
Binary1011111010010111001011101111100011011111010001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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