Html Css Color HEX #2B517A Venice Blue

📋 copy color: '#2B517A'

red 43 ◦ green 81 ◦ blue 122

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

Shades of Venice Blue #2B517A

Tints of Venice Blue #2B517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

 BLUE value IS 122 (48.05% from 255) = 49.59%

R = 17.48%
G = 32.93%
B = 49.59%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B517A (or 0x2B517A) is known color: Venice Blue. HEX triplet: 2B, 51 and 7A. RGB value is (43,81,122). Sum of RGB (Red+Green+Blue) = 43+81+122=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B517A is #D4AE85. Grayscale: #4A4A4A. Windows color (decimal): -13938310 or 8016171. OLE color: 8016171.

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

Color convert

RGB 43 81 122 -
CMYK 0.65 0.34 0 0.52
HSL 211.14º 0.48% 0.32% -
HSV(B) 211.14º 0.65% 0.48% -
XYZ 7.45 7.8 19.53 -
YUV 74.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 43 81 122 0.65 0.34 0 0.52 211.14 0.48 0.32
Hex 2B 51 7A 41 22 0 34 D3 30 20
Octal 53 121 172 101 42 0 64 323 60 40
Binary 101011 1010001 1111010 1000001 100010 0 110100 11010011 110000 100000

Color Harmonies of #2B517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B517A

Black with #2B517A

Text Example


Text Example

White with #2B517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,81,122); }

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

background-color css

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

 a { background-color: rgb(43,81,122); }

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

border-color css

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

 span { border-color: rgb(43,81,122); }

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