Html Css Color HEX #2B517B Venice Blue

📋 copy color: '#2B517B'

red 43 ◦ green 81 ◦ blue 123

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

Shades of Venice Blue #2B517B

Tints of Venice Blue #2B517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49.8%

R = 17.41%
G = 32.79%
B = 49.8%

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

#2B517B (or 0x2B517B) is known color: Venice Blue. HEX triplet: 2B, 51 and 7B. RGB value is (43,81,123). Sum of RGB (Red+Green+Blue) = 43+81+123=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B517B is #D4AE84. Grayscale: #4A4A4A. Windows color (decimal): -13938309 or 8081707. OLE color: 8081707.

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

Color convert

RGB 43 81 123 -
CMYK 0.65 0.34 0 0.52
HSL 211.5º 0.48% 0.33% -
HSV(B) 211.5º 0.65% 0.48% -
XYZ 7.51 7.83 19.85 -
YUV 74.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 43 81 123 0.65 0.34 0 0.52 211.5 0.48 0.33
Hex 2B 51 7B 41 22 0 34 D4 30 21
Octal 53 121 173 101 42 0 64 324 60 41
Binary 101011 1010001 1111011 1000001 100010 0 110100 11010100 110000 100001

Color Harmonies of #2B517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B517B

Black with #2B517B

Text Example


Text Example

White with #2B517B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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