Html Css Color HEX #2D4E76 Venice Blue

📋 copy color: '#2D4E76'

red 45 ◦ green 78 ◦ blue 118

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

Shades of Venice Blue #2D4E76

Tints of Venice Blue #2D4E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 18.67%
G = 32.37%
B = 48.96%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D4E76 (or 0x2D4E76) is known color: Venice Blue. HEX triplet: 2D, 4E and 76. RGB value is (45,78,118). Sum of RGB (Red+Green+Blue) = 45+78+118=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4E76 is #D2B189. Grayscale: #484848. Windows color (decimal): -13808010 or 7753261. OLE color: 7753261.

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

Color convert

RGB 45 78 118 -
CMYK 0.62 0.34 0 0.54
HSL 212.88º 0.45% 0.32% -
HSV(B) 212.88º 0.62% 0.46% -
XYZ 7.08 7.31 18.18 -
YUV 72.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 45 78 118 0.62 0.34 0 0.54 212.88 0.45 0.32
Hex 2D 4E 76 3E 22 0 36 D5 2D 20
Octal 55 116 166 76 42 0 66 325 55 40
Binary 101101 1001110 1110110 111110 100010 0 110110 11010101 101101 100000

Color Harmonies of #2D4E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4E76

Black with #2D4E76

Text Example


Text Example

White with #2D4E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,78,118); }

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

background-color css

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

 a { background-color: rgb(45,78,118); }

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

border-color css

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

 span { border-color: rgb(45,78,118); }

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