#2D4F75

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

Shades of Venice Blue #2D4F75

Tints of Venice Blue #2D4F75

Color information

#2D4F75 (or 0x2D4F75) is unknown color: approx Venice Blue. HEX triplet: 2D, 4F and 75. RGB value is (45,79,117). Sum of RGB (Red+Green+Blue) = 45+79+117=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D4F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F75 is #D2B08A. Grayscale: #484848. Windows color (decimal): -13807755 or 7687981. OLE color: 7687981.

HSL color Cylindrical-coordinate representation of color #2D4F75: hue angle of 211.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4F75 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4579117-
CMYK0.620.3200.54
HSL211.67º44.44%31.76%-
HSV(B)211.67º61.54%45.88%-
XYZ7.097.4317.89-
YUV73.17152.74107.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=18.67%
G=32.78%
B=48.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45791170.620.3200.54211.6744.4431.76
Hex2D4F753E20036d42c20
Octal5511716576400663245440
Binary10110110011111110101111110100000011011011010100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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