Html Css Color HEX #2B4971 Venice Blue

📋 copy color: '#2B4971'

red 43 ◦ green 73 ◦ blue 113

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

Shades of Venice Blue #2B4971

Tints of Venice Blue #2B4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 18.78%
G = 31.88%
B = 49.34%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B4971 (or 0x2B4971) is known color: Venice Blue. HEX triplet: 2B, 49 and 71. RGB value is (43,73,113). Sum of RGB (Red+Green+Blue) = 43+73+113=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B4971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4971 is #D4B68E. Grayscale: #444444. Windows color (decimal): -13940367 or 7424299. OLE color: 7424299.

HSL color Cylindrical-coordinate representation of color #2B4971: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B4971 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 73 113 -
CMYK 0.62 0.35 0 0.56
HSL 214.29º 0.45% 0.31% -
HSV(B) 214.29º 0.62% 0.44% -
XYZ 6.36 6.47 16.54 -
YUV 68.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 43 73 113 0.62 0.35 0 0.56 214.29 0.45 0.31
Hex 2B 49 71 3E 23 0 38 D6 2D 1F
Octal 53 111 161 76 43 0 70 326 55 37
Binary 101011 1001001 1110001 111110 100011 0 111000 11010110 101101 11111

Color Harmonies of #2B4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4971

Black with #2B4971

Text Example


Text Example

White with #2B4971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,113); }

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

background-color css

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

 a { background-color: rgb(43,73,113); }

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

border-color css

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

 span { border-color: rgb(43,73,113); }

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