#2C486F

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

Shades of Venice Blue #2C486F

Tints of Venice Blue #2C486F

Color information

#2C486F (or 0x2C486F) is unknown color: approx Venice Blue. HEX triplet: 2C, 48 and 6F. RGB value is (44,72,111). Sum of RGB (Red+Green+Blue) = 44+72+111=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C486F is #D3B790. Grayscale: #434343. Windows color (decimal): -13875089 or 7292972. OLE color: 7292972.

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

Color convert

RGB4472111-
CMYK0.600.3500.56
HSL214.93º43.23%30.39%-
HSV(B)214.93º60.36%43.53%-
XYZ6.236.3215.93-
YUV68.07152.22110.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=19.38%
G=31.72%
B=48.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44721110.600.3500.56214.9343.2330.39
Hex2C486F3C23038d72b1e
Octal5411015774430703275336
Binary1011001001000110111111110010001101110001101011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,72,111); }

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

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

 a { background-color: rgb(44,72,111); }

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

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

 span { border-color: rgb(44,72,111); }

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