#2F4C72

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

Shades of Venice Blue #2F4C72

Tints of Venice Blue #2F4C72

Color information

#2F4C72 (or 0x2F4C72) is unknown color: approx Venice Blue. HEX triplet: 2F, 4C and 72. RGB value is (47,76,114). Sum of RGB (Red+Green+Blue) = 47+76+114=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F4C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4C72 is #D0B38D. Grayscale: #474747. Windows color (decimal): -13677454 or 7490607. OLE color: 7490607.

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

Color convert

RGB4776114-
CMYK0.590.3300.55
HSL214.03º41.61%31.57%-
HSV(B)214.03º58.77%44.71%-
XYZ6.796.9916.91-
YUV71.66151.89110.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=19.83%
G=32.07%
B=48.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47761140.590.3300.55214.0341.6131.57
Hex2F4C723B21037d62a20
Octal5711416273410673265240
Binary10111110011001110010111011100001011011111010110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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