#2F577A

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

Shades of Venice Blue #2F577A

Tints of Venice Blue #2F577A

Color information

#2F577A (or 0x2F577A) is unknown color: approx Venice Blue. HEX triplet: 2F, 57 and 7A. RGB value is (47,87,122). Sum of RGB (Red+Green+Blue) = 47+87+122=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F577A is #D0A885. Grayscale: #4E4E4E. Windows color (decimal): -13674630 or 8017711. OLE color: 8017711.

HSL color Cylindrical-coordinate representation of color #2F577A: hue angle of 208º 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 #2F577A is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4787122-
CMYK0.610.2900.52
HSL208º44.38%33.14%-
HSV(B)208º61.48%47.84%-
XYZ8.098.8319.69-
YUV79.03152.25105.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.36%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=18.36%
G=33.98%
B=47.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47871220.610.2900.5220844.3833.14
Hex2F577A3D1D034d02c21
Octal5712717275350643205441
Binary1011111010111111101011110111101011010011010000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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