Html Css Color HEX #2D5673 Venice Blue

📋 copy color: '#2D5673'

red 45 ◦ green 86 ◦ blue 115

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

Shades of Venice Blue #2D5673

Tints of Venice Blue #2D5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

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

R = 18.29%
G = 34.96%
B = 46.75%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D5673 (or 0x2D5673) is known color: Venice Blue. HEX triplet: 2D, 56 and 73. RGB value is (45,86,115). Sum of RGB (Red+Green+Blue) = 45+86+115=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5673 is #D2A98C. Grayscale: #4C4C4C. Windows color (decimal): -13805965 or 7558701. OLE color: 7558701.

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

Color convert

RGB 45 86 115 -
CMYK 0.61 0.25 0 0.55
HSL 204.86º 0.44% 0.31% -
HSV(B) 204.86º 0.61% 0.45% -
XYZ 7.5 8.45 17.46 -
YUV 77.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 45 86 115 0.61 0.25 0 0.55 204.86 0.44 0.31
Hex 2D 56 73 3D 19 0 37 CD 2C 1F
Octal 55 126 163 75 31 0 67 315 54 37
Binary 101101 1010110 1110011 111101 11001 0 110111 11001101 101100 11111

Color Harmonies of #2D5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5673

Black with #2D5673

Text Example


Text Example

White with #2D5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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