#2C4F6E

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

Shades of Venice Blue #2C4F6E

Tints of Venice Blue #2C4F6E

Color information

#2C4F6E (or 0x2C4F6E) is unknown color: approx Venice Blue. HEX triplet: 2C, 4F and 6E. RGB value is (44,79,110). Sum of RGB (Red+Green+Blue) = 44+79+110=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C4F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4F6E is #D3B091. Grayscale: #474747. Windows color (decimal): -13873298 or 7229228. OLE color: 7229228.

HSL color Cylindrical-coordinate representation of color #2C4F6E: hue angle of 208.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C4F6E is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4479110-
CMYK0.60.2800.57
HSL208.18º42.86%30.2%-
HSV(B)208.18º60%43.14%-
XYZ6.657.2515.8-
YUV72.07149.4107.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.88%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=18.88%
G=33.91%
B=47.21%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44791100.60.2800.57208.1842.8630.2
Hex2C4F6E3C1C039d02b1e
Octal5411715674340713205336
Binary101100100111111011101111001110001110011101000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,79,110); }

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

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

 a { background-color: rgb(44,79,110); }

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

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

 span { border-color: rgb(44,79,110); }

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