Html Css Color HEX #2D5775 Venice Blue

📋 copy color: '#2D5775'

red 45 ◦ green 87 ◦ blue 117

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

Shades of Venice Blue #2D5775

Tints of Venice Blue #2D5775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 18.07%
G = 34.94%
B = 46.99%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D5775 (or 0x2D5775) is known color: Venice Blue. HEX triplet: 2D, 57 and 75. RGB value is (45,87,117). Sum of RGB (Red+Green+Blue) = 45+87+117=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D5775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5775 is #D2A88A. Grayscale: #4D4D4D. Windows color (decimal): -13805707 or 7690029. OLE color: 7690029.

HSL color Cylindrical-coordinate representation of color #2D5775: hue angle of 205º 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 #2D5775 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 87 117 -
CMYK 0.62 0.26 0 0.54
HSL 205º 0.44% 0.32% -
HSV(B) 205º 0.62% 0.46% -
XYZ 7.7 8.66 18.1 -
YUV 77.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 45 87 117 0.62 0.26 0 0.54 205 0.44 0.32
Hex 2D 57 75 3E 1A 0 36 CD 2C 20
Octal 55 127 165 76 32 0 66 315 54 40
Binary 101101 1010111 1110101 111110 11010 0 110110 11001101 101100 100000

Color Harmonies of #2D5775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5775

Black with #2D5775

Text Example


Text Example

White with #2D5775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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