#2B6E79

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

Shades of Allports #2B6E79

Tints of Allports #2B6E79

Color information

#2B6E79 (or 0x2B6E79) is unknown color: approx Allports. HEX triplet: 2B, 6E and 79. RGB value is (43,110,121). Sum of RGB (Red+Green+Blue) = 43+110+121=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B6E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E79 is #D49186. Grayscale: #5B5B5B. Windows color (decimal): -13930887 or 7958059. OLE color: 7958059.

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

Color convert

RGB43110121-
CMYK0.640.0900.53
HSL188.46º47.56%32.16%-
HSV(B)188.46º64.46%47.45%-
XYZ10.0213.0520.08-
YUV91.22144.893.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=15.69%
G=40.15%
B=44.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431101210.640.0900.53188.4647.5632.16
Hex2B6E79409035bc3020
Octal53156171100110652746040
Binary1010111101110111100110000001001011010110111100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,121); }

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

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

 a { background-color: rgb(43,110,121); }

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

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

 span { border-color: rgb(43,110,121); }

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