#2A4A6D

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

Shades of Venice Blue #2A4A6D

Tints of Venice Blue #2A4A6D

Color information

#2A4A6D (or 0x2A4A6D) is unknown color: approx Venice Blue. HEX triplet: 2A, 4A and 6D. RGB value is (42,74,109). Sum of RGB (Red+Green+Blue) = 42+74+109=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A4A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4A6D is #D5B592. Grayscale: #444444. Windows color (decimal): -14005651 or 7162410. OLE color: 7162410.

HSL color Cylindrical-coordinate representation of color #2A4A6D: hue angle of 211.34º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A4A6D is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4274109-
CMYK0.610.3200.57
HSL211.34º44.37%29.61%-
HSV(B)211.34º61.47%42.75%-
XYZ6.166.4915.4-
YUV68.42150.9109.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=18.67%
G=32.89%
B=48.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42741090.610.3200.57211.3444.3729.61
Hex2A4A6D3D20039d32c1e
Octal5211215575400713235436
Binary1010101001010110110111110110000001110011101001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,109); }

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

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

 a { background-color: rgb(42,74,109); }

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

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

 span { border-color: rgb(42,74,109); }

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