Html Css Color HEX #2B4973 Venice Blue

📋 copy color: '#2B4973'

red 43 ◦ green 73 ◦ blue 115

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

Shades of Venice Blue #2B4973

Tints of Venice Blue #2B4973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 18.61%
G = 31.6%
B = 49.78%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B4973 (or 0x2B4973) is known color: Venice Blue. HEX triplet: 2B, 49 and 73. RGB value is (43,73,115). Sum of RGB (Red+Green+Blue) = 43+73+115=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4973 is #D4B68C. Grayscale: #444444. Windows color (decimal): -13940365 or 7555371. OLE color: 7555371.

HSL color Cylindrical-coordinate representation of color #2B4973: hue angle of 215º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4973 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 73 115 -
CMYK 0.63 0.37 0 0.55
HSL 215º 0.46% 0.31% -
HSV(B) 215º 0.63% 0.45% -
XYZ 6.47 6.52 17.14 -
YUV 68.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 43 73 115 0.63 0.37 0 0.55 215 0.46 0.31
Hex 2B 49 73 3F 25 0 37 D7 2E 1F
Octal 53 111 163 77 45 0 67 327 56 37
Binary 101011 1001001 1110011 111111 100101 0 110111 11010111 101110 11111

Color Harmonies of #2B4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4973

Black with #2B4973

Text Example


Text Example

White with #2B4973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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