#2B767D

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

Shades of Atoll #2B767D

Tints of Atoll #2B767D

Color information

#2B767D (or 0x2B767D) is unknown color: approx Atoll. HEX triplet: 2B, 76 and 7D. RGB value is (43,118,125). Sum of RGB (Red+Green+Blue) = 43+118+125=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B767D is #D48982. Grayscale: #606060. Windows color (decimal): -13928835 or 8222251. OLE color: 8222251.

HSL color Cylindrical-coordinate representation of color #2B767D: hue angle of 185.12º 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 #2B767D is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB43118125-
CMYK0.660.0600.51
HSL185.12º48.81%32.94%-
HSV(B)185.12º65.6%49.02%-
XYZ11.1814.9521.7-
YUV96.37144.1589.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=15.03%
G=41.26%
B=43.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal431181250.660.0600.51185.1248.8132.94
Hex2B767D426033b93121
Octal5316617510260632716141
Binary101011111011011111011000010110011001110111001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,125); }

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

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

 a { background-color: rgb(43,118,125); }

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

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

 span { border-color: rgb(43,118,125); }

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