Html Css Color HEX #2B527A Venice Blue

📋 copy color: '#2B527A'

red 43 ◦ green 82 ◦ blue 122

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

Shades of Venice Blue #2B527A

Tints of Venice Blue #2B527A

RGB

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

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

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

R = 17.41%
G = 33.2%
B = 49.39%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B527A (or 0x2B527A) is known color: Venice Blue. HEX triplet: 2B, 52 and 7A. RGB value is (43,82,122). Sum of RGB (Red+Green+Blue) = 43+82+122=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B527A is #D4AD85. Grayscale: #4A4A4A. Windows color (decimal): -13938054 or 8016427. OLE color: 8016427.

HSL color Cylindrical-coordinate representation of color #2B527A: hue angle of 210.38º 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 #2B527A is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 82 122 -
CMYK 0.65 0.33 0 0.52
HSL 210.38º 0.48% 0.32% -
HSV(B) 210.38º 0.65% 0.48% -
XYZ 7.53 7.95 19.55 -
YUV 74.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 43 82 122 0.65 0.33 0 0.52 210.38 0.48 0.32
Hex 2B 52 7A 41 21 0 34 D2 30 20
Octal 53 122 172 101 41 0 64 322 60 40
Binary 101011 1010010 1111010 1000001 100001 0 110100 11010010 110000 100000

Color Harmonies of #2B527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B527A

Black with #2B527A

Text Example


Text Example

White with #2B527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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