#2A4E6C

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

Shades of Venice Blue #2A4E6C

Tints of Venice Blue #2A4E6C

Color information

#2A4E6C (or 0x2A4E6C) is unknown color: approx Venice Blue. HEX triplet: 2A, 4E and 6C. RGB value is (42,78,108). Sum of RGB (Red+Green+Blue) = 42+78+108=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A4E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4E6C is #D5B193. Grayscale: #464646. Windows color (decimal): -14004628 or 7097898. OLE color: 7097898.

HSL color Cylindrical-coordinate representation of color #2A4E6C: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A4E6C is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4278108-
CMYK0.610.2800.58
HSL207.27º44%29.41%-
HSV(B)207.27º61.11%42.35%-
XYZ6.397.0215.21-
YUV70.66149.07107.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=18.42%
G=34.21%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42781080.610.2800.58207.274429.41
Hex2A4E6C3D1C03Acf2c1d
Octal5211615475340723175435
Binary101010100111011011001111011110001110101100111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,108); }

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

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

 a { background-color: rgb(42,78,108); }

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

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

 span { border-color: rgb(42,78,108); }

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