#2F587A

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

Shades of Venice Blue #2F587A

Tints of Venice Blue #2F587A

Color information

#2F587A (or 0x2F587A) is unknown color: approx Venice Blue. HEX triplet: 2F, 58 and 7A. RGB value is (47,88,122). Sum of RGB (Red+Green+Blue) = 47+88+122=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F587A is #D0A785. Grayscale: #4F4F4F. Windows color (decimal): -13674374 or 8017967. OLE color: 8017967.

HSL color Cylindrical-coordinate representation of color #2F587A: hue angle of 207.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F587A is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4788122-
CMYK0.610.2800.52
HSL207.2º44.38%33.14%-
HSV(B)207.2º61.48%47.84%-
XYZ8.178.9919.72-
YUV79.62151.92104.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.29%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=18.29%
G=34.24%
B=47.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47881220.610.2800.52207.244.3833.14
Hex2F587A3D1C034cf2c21
Octal5713017275340643175441
Binary1011111011000111101011110111100011010011001111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,88,122); }

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

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

 a { background-color: rgb(47,88,122); }

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

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

 span { border-color: rgb(47,88,122); }

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