#2f597b

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

Shades of Venice Blue #2F597B

Tints of Venice Blue #2F597B

Color information

#2F597B (or 0x2F597B) is unknown color: approx Venice Blue. HEX triplet: 2F, 59 and 7B. RGB value is (47,89,123). Sum of RGB (Red+Green+Blue) = 47+89+123=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F597B is #D0A684. Grayscale: #505050. Windows color (decimal): -13674117 or 8083759. OLE color: 8083759.

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

Color convert

RGB4789123-
CMYK0.620.2800.52
HSL206.84º44.71%33.33%-
HSV(B)206.84º61.79%48.24%-
XYZ8.329.1820.07-
YUV80.32152.09104.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=18.15%
G=34.36%
B=47.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47891230.620.2800.52206.8444.7133.33
Hex2F597B3E1C034cf2d21
Octal5713117376340643175541
Binary1011111011001111101111111011100011010011001111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f597b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,123); }

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

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

 a { background-color: rgb(47,89,123); }

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

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

 span { border-color: rgb(47,89,123); }

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