Html Css Color HEX #2D5073 Venice Blue

📋 copy color: '#2D5073'

red 45 ◦ green 80 ◦ blue 115

#2D5073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #2D5073

Tints of Venice Blue #2D5073

RGB

 RED value IS 45 (17.97% from 255) = 18.75%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 18.75%
G = 33.33%
B = 47.92%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D5073 (or 0x2D5073) is known color: Venice Blue. HEX triplet: 2D, 50 and 73. RGB value is (45,80,115). Sum of RGB (Red+Green+Blue) = 45+80+115=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D5073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5073 is #D2AF8C. Grayscale: #494949. Windows color (decimal): -13807501 or 7557165. OLE color: 7557165.

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

Color convert

RGB 45 80 115 -
CMYK 0.61 0.30 0 0.55
HSL 210º 0.44% 0.31% -
HSV(B) 210º 0.61% 0.45% -
XYZ 7.05 7.53 17.3 -
YUV 73.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 45 80 115 0.61 0.30 0 0.55 210 0.44 0.31
Hex 2D 50 73 3D 1E 0 37 D2 2C 1F
Octal 55 120 163 75 36 0 67 322 54 37
Binary 101101 1010000 1110011 111101 11110 0 110111 11010010 101100 11111

Color Harmonies of #2D5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5073

Black with #2D5073

Text Example


Text Example

White with #2D5073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,80,115); }

 H1.HeaderClassName
 {
   color: #2D5073;
 }
 .AnyTagClassName
 {
   color: #2D5073;
 }
</style>

background-color css

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

 a { background-color: rgb(45,80,115); }

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

border-color css

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

 span { border-color: rgb(45,80,115); }

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