#2B6877

Color #2B6877 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #2B6877

Tints of Allports #2B6877

Color information

#2B6877 (or 0x2B6877) is unknown color: approx Allports. HEX triplet: 2B, 68 and 77. RGB value is (43,104,119). Sum of RGB (Red+Green+Blue) = 43+104+119=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B6877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6877 is #D49788. Grayscale: #575757. Windows color (decimal): -13932425 or 7825451. OLE color: 7825451.

HSL color Cylindrical-coordinate representation of color #2B6877: hue angle of 191.84º 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 #2B6877 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB43104119-
CMYK0.640.1300.53
HSL191.84º46.91%31.76%-
HSV(B)191.84º63.87%46.67%-
XYZ9.2811.7519.23-
YUV87.47145.7996.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=16.17%
G=39.10%
B=44.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431041190.640.1300.53191.8446.9131.76
Hex2B687740D035c02f20
Octal53150167100150653005740
Binary1010111101000111011110000001101011010111000000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B6877;
 }
 .AnyTagClassName
 {
   color: #2B6877;
 }
</style>
background-color css

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

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

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

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

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

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