#2C5370

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

Shades of Venice Blue #2C5370

Tints of Venice Blue #2C5370

Color information

#2C5370 (or 0x2C5370) is unknown color: approx Venice Blue. HEX triplet: 2C, 53 and 70. RGB value is (44,83,112). Sum of RGB (Red+Green+Blue) = 44+83+112=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C5370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5370 is #D3AC8F. Grayscale: #4A4A4A. Windows color (decimal): -13872272 or 7361324. OLE color: 7361324.

HSL color Cylindrical-coordinate representation of color #2C5370: hue angle of 205.59º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C5370 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4483112-
CMYK0.610.2600.56
HSL205.59º43.59%30.59%-
HSV(B)205.59º60.71%43.92%-
XYZ7.067.8916.48-
YUV74.64149.08106.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=18.41%
G=34.73%
B=46.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44831120.610.2600.56205.5943.5930.59
Hex2C53703D1A038ce2c1f
Octal5412316075320703165437
Binary101100101001111100001111011101001110001100111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,83,112); }

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

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

 a { background-color: rgb(44,83,112); }

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

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

 span { border-color: rgb(44,83,112); }

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