Html Css Color HEX #2D5574 Venice Blue

📋 copy color: '#2D5574'

red 45 ◦ green 85 ◦ blue 116

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

Shades of Venice Blue #2D5574

Tints of Venice Blue #2D5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 18.29%
G = 34.55%
B = 47.15%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D5574 (or 0x2D5574) is known color: Venice Blue. HEX triplet: 2D, 55 and 74. RGB value is (45,85,116). Sum of RGB (Red+Green+Blue) = 45+85+116=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D5574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5574 is #D2AA8B. Grayscale: #4C4C4C. Windows color (decimal): -13806220 or 7623981. OLE color: 7623981.

HSL color Cylindrical-coordinate representation of color #2D5574: hue angle of 206.2º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5574 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 85 116 -
CMYK 0.61 0.27 0 0.55
HSL 206.2º 0.44% 0.32% -
HSV(B) 206.2º 0.61% 0.45% -
XYZ 7.48 8.32 17.73 -
YUV 76.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 45 85 116 0.61 0.27 0 0.55 206.2 0.44 0.32
Hex 2D 55 74 3D 1B 0 37 CE 2C 20
Octal 55 125 164 75 33 0 67 316 54 40
Binary 101101 1010101 1110100 111101 11011 0 110111 11001110 101100 100000

Color Harmonies of #2D5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5574

Black with #2D5574

Text Example


Text Example

White with #2D5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,85,116); }

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

background-color css

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

 a { background-color: rgb(45,85,116); }

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

border-color css

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

 span { border-color: rgb(45,85,116); }

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