Html Css Color HEX #2B577E Venice Blue

📋 copy color: '#2B577E'

red 43 ◦ green 87 ◦ blue 126

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

Shades of Venice Blue #2B577E

Tints of Venice Blue #2B577E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 16.8%
G = 33.98%
B = 49.22%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B577E (or 0x2B577E) is known color: Venice Blue. HEX triplet: 2B, 57 and 7E. RGB value is (43,87,126). Sum of RGB (Red+Green+Blue) = 43+87+126=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B577E is #D4A881. Grayscale: #4E4E4E. Windows color (decimal): -13936770 or 8279851. OLE color: 8279851.

HSL color Cylindrical-coordinate representation of color #2B577E: hue angle of 208.19º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B577E is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 87 126 -
CMYK 0.66 0.31 0 0.51
HSL 208.19º 0.49% 0.33% -
HSV(B) 208.19º 0.66% 0.49% -
XYZ 8.17 8.84 21.01 -
YUV 78.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 43 87 126 0.66 0.31 0 0.51 208.19 0.49 0.33
Hex 2B 57 7E 42 1F 0 33 D0 31 21
Octal 53 127 176 102 37 0 63 320 61 41
Binary 101011 1010111 1111110 1000010 11111 0 110011 11010000 110001 100001

Color Harmonies of #2B577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B577E

Black with #2B577E

Text Example


Text Example

White with #2B577E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,87,126); }

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

background-color css

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

 a { background-color: rgb(43,87,126); }

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

border-color css

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

 span { border-color: rgb(43,87,126); }

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