Html Css Color HEX #2B527C Venice Blue

📋 copy color: '#2B527C'

red 43 ◦ green 82 ◦ blue 124

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

Shades of Venice Blue #2B527C

Tints of Venice Blue #2B527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 17.27%
G = 32.93%
B = 49.8%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B527C (or 0x2B527C) is known color: Venice Blue. HEX triplet: 2B, 52 and 7C. RGB value is (43,82,124). Sum of RGB (Red+Green+Blue) = 43+82+124=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B527C is #D4AD83. Grayscale: #4A4A4A. Windows color (decimal): -13938052 or 8147499. OLE color: 8147499.

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

Color convert

RGB 43 82 124 -
CMYK 0.65 0.34 0 0.51
HSL 211.11º 0.49% 0.33% -
HSV(B) 211.11º 0.65% 0.49% -
XYZ 7.65 8 20.21 -
YUV 75.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 43 82 124 0.65 0.34 0 0.51 211.11 0.49 0.33
Hex 2B 52 7C 41 22 0 33 D3 31 21
Octal 53 122 174 101 42 0 63 323 61 41
Binary 101011 1010010 1111100 1000001 100010 0 110011 11010011 110001 100001

Color Harmonies of #2B527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B527C

Black with #2B527C

Text Example


Text Example

White with #2B527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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