Html Css Color HEX #2D5173 Venice Blue

📋 copy color: '#2D5173'

red 45 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #2D5173

Tints of Venice Blue #2D5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

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

R = 18.67%
G = 33.61%
B = 47.72%

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

#2D5173 (or 0x2D5173) is known color: Venice Blue. HEX triplet: 2D, 51 and 73. RGB value is (45,81,115). Sum of RGB (Red+Green+Blue) = 45+81+115=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D5173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5173 is #D2AE8C. Grayscale: #494949. Windows color (decimal): -13807245 or 7557421. OLE color: 7557421.

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

Color convert

RGB 45 81 115 -
CMYK 0.61 0.30 0 0.55
HSL 209.14º 0.44% 0.31% -
HSV(B) 209.14º 0.61% 0.45% -
XYZ 7.12 7.68 17.33 -
YUV 74.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 45 81 115 0.61 0.30 0 0.55 209.14 0.44 0.31
Hex 2D 51 73 3D 1E 0 37 D1 2C 1F
Octal 55 121 163 75 36 0 67 321 54 37
Binary 101101 1010001 1110011 111101 11110 0 110111 11010001 101100 11111

Color Harmonies of #2D5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5173

Black with #2D5173

Text Example


Text Example

White with #2D5173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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