#2B676E

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

Shades of Allports #2B676E

Tints of Allports #2B676E

Color information

#2B676E (or 0x2B676E) is unknown color: approx Allports. HEX triplet: 2B, 67 and 6E. RGB value is (43,103,110). Sum of RGB (Red+Green+Blue) = 43+103+110=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B676E is #D49891. Grayscale: #555555. Windows color (decimal): -13932690 or 7235371. OLE color: 7235371.

HSL color Cylindrical-coordinate representation of color #2B676E: hue angle of 186.27º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B676E is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB43103110-
CMYK0.610.0600.57
HSL186.27º43.79%30%-
HSV(B)186.27º60.91%43.14%-
XYZ8.6611.3416.48-
YUV85.86141.6297.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=16.80%
G=40.23%
B=42.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal431031100.610.0600.57186.2743.7930
Hex2B676E3D6039ba2c1e
Octal531471567560712725436
Binary1010111100111110111011110111001110011011101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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