#2F5472

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

Shades of Venice Blue #2F5472

Tints of Venice Blue #2F5472

Color information

#2F5472 (or 0x2F5472) is unknown color: approx Venice Blue. HEX triplet: 2F, 54 and 72. RGB value is (47,84,114). Sum of RGB (Red+Green+Blue) = 47+84+114=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F5472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5472 is #D0AB8D. Grayscale: #4C4C4C. Windows color (decimal): -13675406 or 7492655. OLE color: 7492655.

HSL color Cylindrical-coordinate representation of color #2F5472: hue angle of 206.87º 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 #2F5472 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4784114-
CMYK0.590.2600.55
HSL206.87º41.61%31.57%-
HSV(B)206.87º58.77%44.71%-
XYZ7.388.1617.11-
YUV76.36149.24107.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=19.18%
G=34.29%
B=46.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47841140.590.2600.55206.8741.6131.57
Hex2F54723B1A037cf2a20
Octal5712416273320673175240
Binary1011111010100111001011101111010011011111001111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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