#2D4F72

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

Shades of Venice Blue #2D4F72

Tints of Venice Blue #2D4F72

Color information

#2D4F72 (or 0x2D4F72) is unknown color: approx Venice Blue. HEX triplet: 2D, 4F and 72. RGB value is (45,79,114). Sum of RGB (Red+Green+Blue) = 45+79+114=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D4F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F72 is #D2B08D. Grayscale: #484848. Windows color (decimal): -13807758 or 7491373. OLE color: 7491373.

HSL color Cylindrical-coordinate representation of color #2D4F72: hue angle of 210.43º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D4F72 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4579114-
CMYK0.610.3100.55
HSL210.43º43.4%31.18%-
HSV(B)210.43º60.53%44.71%-
XYZ6.927.3616.98-
YUV72.82151.24108.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=18.91%
G=33.19%
B=47.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45791140.610.3100.55210.4343.431.18
Hex2D4F723D1F037d22b1f
Octal5511716275370673225337
Binary101101100111111100101111011111101101111101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,79,114); }

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

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

 a { background-color: rgb(45,79,114); }

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

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

 span { border-color: rgb(45,79,114); }

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