Html Css Color HEX #2B5674 Venice Blue

📋 copy color: '#2B5674'

red 43 ◦ green 86 ◦ blue 116

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

Shades of Venice Blue #2B5674

Tints of Venice Blue #2B5674

RGB

 RED value IS 43 (17.19% from 255) = 17.55%

 GREEN value IS 86 (33.98% from 255) = 35.1%

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

R = 17.55%
G = 35.1%
B = 47.35%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B5674 (or 0x2B5674) is known color: Venice Blue. HEX triplet: 2B, 56 and 74. RGB value is (43,86,116). Sum of RGB (Red+Green+Blue) = 43+86+116=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B5674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5674 is #D4A98B. Grayscale: #4C4C4C. Windows color (decimal): -13937036 or 7624235. OLE color: 7624235.

HSL color Cylindrical-coordinate representation of color #2B5674: hue angle of 204.66º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5674 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 86 116 -
CMYK 0.63 0.26 0 0.55
HSL 204.66º 0.46% 0.31% -
HSV(B) 204.66º 0.63% 0.45% -
XYZ 7.48 8.43 17.76 -
YUV 76.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 43 86 116 0.63 0.26 0 0.55 204.66 0.46 0.31
Hex 2B 56 74 3F 1A 0 37 CD 2E 1F
Octal 53 126 164 77 32 0 67 315 56 37
Binary 101011 1010110 1110100 111111 11010 0 110111 11001101 101110 11111

Color Harmonies of #2B5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5674

Black with #2B5674

Text Example


Text Example

White with #2B5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,86,116); }

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

background-color css

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

 a { background-color: rgb(43,86,116); }

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

border-color css

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

 span { border-color: rgb(43,86,116); }

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