#2C4E75

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

Shades of Venice Blue #2C4E75

Tints of Venice Blue #2C4E75

Color information

#2C4E75 (or 0x2C4E75) is unknown color: approx Venice Blue. HEX triplet: 2C, 4E and 75. RGB value is (44,78,117). Sum of RGB (Red+Green+Blue) = 44+78+117=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C4E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4E75 is #D3B18A. Grayscale: #484848. Windows color (decimal): -13873547 or 7687724. OLE color: 7687724.

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

Color convert

RGB4478117-
CMYK0.620.3300.54
HSL212.05º45.34%31.57%-
HSV(B)212.05º62.39%45.88%-
XYZ6.977.2717.87-
YUV72.28153.24107.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=18.41%
G=32.64%
B=48.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44781170.620.3300.54212.0545.3431.57
Hex2C4E753E21036d42d20
Octal5411616576410663245540
Binary10110010011101110101111110100001011011011010100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,117); }

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

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

 a { background-color: rgb(44,78,117); }

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

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

 span { border-color: rgb(44,78,117); }

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