Html Css Color HEX #2B5277 Venice Blue

📋 copy color: '#2B5277'

red 43 ◦ green 82 ◦ blue 119

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

Shades of Venice Blue #2B5277

Tints of Venice Blue #2B5277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 17.62%
G = 33.61%
B = 48.77%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B5277 (or 0x2B5277) is known color: Venice Blue. HEX triplet: 2B, 52 and 77. RGB value is (43,82,119). Sum of RGB (Red+Green+Blue) = 43+82+119=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B5277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5277 is #D4AD88. Grayscale: #4A4A4A. Windows color (decimal): -13938057 or 7819819. OLE color: 7819819.

HSL color Cylindrical-coordinate representation of color #2B5277: hue angle of 209.21º degrees, saturation: 0.47, 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 #2B5277 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 82 119 -
CMYK 0.64 0.31 0 0.53
HSL 209.21º 0.47% 0.32% -
HSV(B) 209.21º 0.64% 0.47% -
XYZ 7.34 7.88 18.59 -
YUV 74.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 43 82 119 0.64 0.31 0 0.53 209.21 0.47 0.32
Hex 2B 52 77 40 1F 0 35 D1 2F 20
Octal 53 122 167 100 37 0 65 321 57 40
Binary 101011 1010010 1110111 1000000 11111 0 110101 11010001 101111 100000

Color Harmonies of #2B5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5277

Black with #2B5277

Text Example


Text Example

White with #2B5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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