#2B687B

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

Shades of Allports #2B687B

Tints of Allports #2B687B

Color information

#2B687B (or 0x2B687B) is unknown color: approx Allports. HEX triplet: 2B, 68 and 7B. RGB value is (43,104,123). Sum of RGB (Red+Green+Blue) = 43+104+123=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B687B is #D49784. Grayscale: #575757. Windows color (decimal): -13932421 or 8087595. OLE color: 8087595.

HSL color Cylindrical-coordinate representation of color #2B687B: hue angle of 194.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B687B is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB43104123-
CMYK0.650.1500.52
HSL194.25º48.19%32.55%-
HSV(B)194.25º65.04%48.24%-
XYZ9.5211.8420.52-
YUV87.93147.7995.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=15.93%
G=38.52%
B=45.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal431041230.650.1500.52194.2548.1932.55
Hex2B687B41F034c23021
Octal53150173101170643026041
Binary1010111101000111101110000011111011010011000010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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