#2A4B6C

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

Shades of Venice Blue #2A4B6C

Tints of Venice Blue #2A4B6C

Color information

#2A4B6C (or 0x2A4B6C) is unknown color: approx Venice Blue. HEX triplet: 2A, 4B and 6C. RGB value is (42,75,108). Sum of RGB (Red+Green+Blue) = 42+75+108=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A4B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4B6C is #D5B493. Grayscale: #444444. Windows color (decimal): -14005396 or 7097130. OLE color: 7097130.

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

Color convert

RGB4275108-
CMYK0.610.3100.58
HSL210º44%29.41%-
HSV(B)210º61.11%42.35%-
XYZ6.186.6115.14-
YUV68.9150.07108.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 48%
R=18.67%
G=33.33%
B=48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42751080.610.3100.582104429.41
Hex2A4B6C3D1F03Ad22c1d
Octal5211315475370723225435
Binary101010100101111011001111011111101110101101001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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