Html Css Color HEX #2B5279 Venice Blue

📋 copy color: '#2B5279'

red 43 ◦ green 82 ◦ blue 121

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

Shades of Venice Blue #2B5279

Tints of Venice Blue #2B5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 17.48%
G = 33.33%
B = 49.19%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B5279 (or 0x2B5279) is known color: Venice Blue. HEX triplet: 2B, 52 and 79. RGB value is (43,82,121). Sum of RGB (Red+Green+Blue) = 43+82+121=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B5279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5279 is #D4AD86. Grayscale: #4A4A4A. Windows color (decimal): -13938055 or 7950891. OLE color: 7950891.

HSL color Cylindrical-coordinate representation of color #2B5279: hue angle of 210º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5279 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 82 121 -
CMYK 0.64 0.32 0 0.53
HSL 210º 0.48% 0.32% -
HSV(B) 210º 0.64% 0.47% -
XYZ 7.46 7.93 19.23 -
YUV 74.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 43 82 121 0.64 0.32 0 0.53 210 0.48 0.32
Hex 2B 52 79 40 20 0 35 D2 30 20
Octal 53 122 171 100 40 0 65 322 60 40
Binary 101011 1010010 1111001 1000000 100000 0 110101 11010010 110000 100000

Color Harmonies of #2B5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5279

Black with #2B5279

Text Example


Text Example

White with #2B5279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,121); }

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

background-color css

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

 a { background-color: rgb(43,82,121); }

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

border-color css

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

 span { border-color: rgb(43,82,121); }

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