#2C557B

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

Shades of Venice Blue #2C557B

Tints of Venice Blue #2C557B

Color information

#2C557B (or 0x2C557B) is unknown color: approx Venice Blue. HEX triplet: 2C, 55 and 7B. RGB value is (44,85,123). Sum of RGB (Red+Green+Blue) = 44+85+123=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C557B is #D3AA84. Grayscale: #4C4C4C. Windows color (decimal): -13871749 or 8082732. OLE color: 8082732.

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

Color convert

RGB4485123-
CMYK0.640.3100.52
HSL208.86º47.31%32.75%-
HSV(B)208.86º64.23%48.24%-
XYZ7.868.4619.96-
YUV77.07153.92104.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=17.46%
G=33.73%
B=48.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44851230.640.3100.52208.8647.3132.75
Hex2C557B401F034d12f21
Octal54125173100370643215741
Binary10110010101011111011100000011111011010011010001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,123); }

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

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

 a { background-color: rgb(44,85,123); }

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

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

 span { border-color: rgb(44,85,123); }

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