Html Css Color HEX #2B5377 Venice Blue

📋 copy color: '#2B5377'

red 43 ◦ green 83 ◦ blue 119

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

Shades of Venice Blue #2B5377

Tints of Venice Blue #2B5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 119 (46.88% from 255) = 48.57%

R = 17.55%
G = 33.88%
B = 48.57%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B5377 (or 0x2B5377) is known color: Venice Blue. HEX triplet: 2B, 53 and 77. RGB value is (43,83,119). Sum of RGB (Red+Green+Blue) = 43+83+119=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5377 is #D4AC88. Grayscale: #4A4A4A. Windows color (decimal): -13937801 or 7820075. OLE color: 7820075.

HSL color Cylindrical-coordinate representation of color #2B5377: hue angle of 208.42º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5377 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 83 119 -
CMYK 0.64 0.30 0 0.53
HSL 208.42º 0.47% 0.32% -
HSV(B) 208.42º 0.64% 0.47% -
XYZ 7.42 8.03 18.61 -
YUV 75.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 43 83 119 0.64 0.30 0 0.53 208.42 0.47 0.32
Hex 2B 53 77 40 1E 0 35 D0 2F 20
Octal 53 123 167 100 36 0 65 320 57 40
Binary 101011 1010011 1110111 1000000 11110 0 110101 11010000 101111 100000

Color Harmonies of #2B5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5377

Black with #2B5377

Text Example


Text Example

White with #2B5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,119); }

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

background-color css

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

 a { background-color: rgb(43,83,119); }

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

border-color css

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

 span { border-color: rgb(43,83,119); }

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