Html Css Color HEX #2B4D73 Venice Blue

📋 copy color: '#2B4D73'

red 43 ◦ green 77 ◦ blue 115

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

Shades of Venice Blue #2B4D73

Tints of Venice Blue #2B4D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

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

R = 18.3%
G = 32.77%
B = 48.94%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B4D73 (or 0x2B4D73) is known color: Venice Blue. HEX triplet: 2B, 4D and 73. RGB value is (43,77,115). Sum of RGB (Red+Green+Blue) = 43+77+115=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B4D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D73 is #D4B28C. Grayscale: #464646. Windows color (decimal): -13939341 or 7556395. OLE color: 7556395.

HSL color Cylindrical-coordinate representation of color #2B4D73: hue angle of 211.67º 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 #2B4D73 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 77 115 -
CMYK 0.63 0.33 0 0.55
HSL 211.67º 0.46% 0.31% -
HSV(B) 211.67º 0.63% 0.45% -
XYZ 6.74 7.06 17.23 -
YUV 71.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 43 77 115 0.63 0.33 0 0.55 211.67 0.46 0.31
Hex 2B 4D 73 3F 21 0 37 D4 2E 1F
Octal 53 115 163 77 41 0 67 324 56 37
Binary 101011 1001101 1110011 111111 100001 0 110111 11010100 101110 11111

Color Harmonies of #2B4D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4D73

Black with #2B4D73

Text Example


Text Example

White with #2B4D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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