Html Css Color HEX #2B496D Venice Blue

📋 copy color: '#2B496D'

red 43 ◦ green 73 ◦ blue 109

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

Shades of Venice Blue #2B496D

Tints of Venice Blue #2B496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 19.11%
G = 32.44%
B = 48.44%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B496D (or 0x2B496D) is known color: Venice Blue. HEX triplet: 2B, 49 and 6D. RGB value is (43,73,109). Sum of RGB (Red+Green+Blue) = 43+73+109=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B496D is #D4B692. Grayscale: #434343. Windows color (decimal): -13940371 or 7162155. OLE color: 7162155.

HSL color Cylindrical-coordinate representation of color #2B496D: hue angle of 212.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B496D is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 73 109 -
CMYK 0.61 0.33 0 0.57
HSL 212.73º 0.43% 0.3% -
HSV(B) 212.73º 0.61% 0.43% -
XYZ 6.14 6.38 15.38 -
YUV 68.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 43 73 109 0.61 0.33 0 0.57 212.73 0.43 0.3
Hex 2B 49 6D 3D 21 0 39 D5 2B 1E
Octal 53 111 155 75 41 0 71 325 53 36
Binary 101011 1001001 1101101 111101 100001 0 111001 11010101 101011 11110

Color Harmonies of #2B496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B496D

Black with #2B496D

Text Example


Text Example

White with #2B496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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