#2A4C6B

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

Shades of Venice Blue #2A4C6B

Tints of Venice Blue #2A4C6B

Color information

#2A4C6B (or 0x2A4C6B) is unknown color: approx Venice Blue. HEX triplet: 2A, 4C and 6B. RGB value is (42,76,107). Sum of RGB (Red+Green+Blue) = 42+76+107=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A4C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C6B is #D5B394. Grayscale: #454545. Windows color (decimal): -14005141 or 7031850. OLE color: 7031850.

HSL color Cylindrical-coordinate representation of color #2A4C6B: hue angle of 208.62º 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 #2A4C6B is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4276107-
CMYK0.610.2900.58
HSL208.62º43.62%29.22%-
HSV(B)208.62º60.75%41.96%-
XYZ6.196.7214.88-
YUV69.37149.24108.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=18.67%
G=33.78%
B=47.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42761070.610.2900.58208.6243.6229.22
Hex2A4C6B3D1D03Ad12c1d
Octal5211415375350723215435
Binary101010100110011010111111011110101110101101000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,107); }

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

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

 a { background-color: rgb(42,76,107); }

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

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

 span { border-color: rgb(42,76,107); }

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