Html Css Color HEX #2D5774 Venice Blue

📋 copy color: '#2D5774'

red 45 ◦ green 87 ◦ blue 116

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

Shades of Venice Blue #2D5774

Tints of Venice Blue #2D5774

RGB

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

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

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

R = 18.15%
G = 35.08%
B = 46.77%

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

#2D5774 (or 0x2D5774) is known color: Venice Blue. HEX triplet: 2D, 57 and 74. RGB value is (45,87,116). Sum of RGB (Red+Green+Blue) = 45+87+116=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D5774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5774 is #D2A88B. Grayscale: #4D4D4D. Windows color (decimal): -13805708 or 7624493. OLE color: 7624493.

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

Color convert

RGB 45 87 116 -
CMYK 0.61 0.25 0 0.55
HSL 204.51º 0.44% 0.32% -
HSV(B) 204.51º 0.61% 0.45% -
XYZ 7.64 8.64 17.79 -
YUV 77.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 45 87 116 0.61 0.25 0 0.55 204.51 0.44 0.32
Hex 2D 57 74 3D 19 0 37 CD 2C 20
Octal 55 127 164 75 31 0 67 315 54 40
Binary 101101 1010111 1110100 111101 11001 0 110111 11001101 101100 100000

Color Harmonies of #2D5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5774

Black with #2D5774

Text Example


Text Example

White with #2D5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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