Html Css Color HEX #2B496C Venice Blue

📋 copy color: '#2B496C'

red 43 ◦ green 73 ◦ blue 108

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

Shades of Venice Blue #2B496C

Tints of Venice Blue #2B496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 19.2%
G = 32.59%
B = 48.21%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B496C (or 0x2B496C) is known color: Venice Blue. HEX triplet: 2B, 49 and 6C. RGB value is (43,73,108). Sum of RGB (Red+Green+Blue) = 43+73+108=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B496C is #D4B693. Grayscale: #434343. Windows color (decimal): -13940372 or 7096619. OLE color: 7096619.

HSL color Cylindrical-coordinate representation of color #2B496C: hue angle of 212.31º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B496C is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 73 108 -
CMYK 0.60 0.32 0 0.58
HSL 212.31º 0.43% 0.3% -
HSV(B) 212.31º 0.6% 0.42% -
XYZ 6.09 6.36 15.09 -
YUV 68.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 43 73 108 0.60 0.32 0 0.58 212.31 0.43 0.3
Hex 2B 49 6C 3C 20 0 3A D4 2B 1E
Octal 53 111 154 74 40 0 72 324 53 36
Binary 101011 1001001 1101100 111100 100000 0 111010 11010100 101011 11110

Color Harmonies of #2B496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B496C

Black with #2B496C

Text Example


Text Example

White with #2B496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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