Html Css Color HEX #2D577F Venice Blue

📋 copy color: '#2D577F'

red 45 ◦ green 87 ◦ blue 127

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

Shades of Venice Blue #2D577F

Tints of Venice Blue #2D577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

 BLUE value IS 127 (50% from 255) = 49.03%

R = 17.37%
G = 33.59%
B = 49.03%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2D577F (or 0x2D577F) is known color: Venice Blue. HEX triplet: 2D, 57 and 7F. RGB value is (45,87,127). Sum of RGB (Red+Green+Blue) = 45+87+127=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D577F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D577F is #D2A880. Grayscale: #4E4E4E. Windows color (decimal): -13805697 or 8345389. OLE color: 8345389.

HSL color Cylindrical-coordinate representation of color #2D577F: hue angle of 209.27º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D577F is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 45 87 127 -
CMYK 0.65 0.31 0 0.50
HSL 209.27º 0.48% 0.34% -
HSV(B) 209.27º 0.65% 0.5% -
XYZ 8.32 8.91 21.36 -
YUV 79 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 45 87 127 0.65 0.31 0 0.50 209.27 0.48 0.34
Hex 2D 57 7F 41 1F 0 32 D1 30 22
Octal 55 127 177 101 37 0 62 321 60 42
Binary 101101 1010111 1111111 1000001 11111 0 110010 11010001 110000 100010

Color Harmonies of #2D577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D577F

Black with #2D577F

Text Example


Text Example

White with #2D577F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,87,127); }

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

background-color css

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

 a { background-color: rgb(45,87,127); }

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

border-color css

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

 span { border-color: rgb(45,87,127); }

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