#2B767F

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

Shades of Atoll #2B767F

Tints of Atoll #2B767F

Color information

#2B767F (or 0x2B767F) is unknown color: approx Atoll. HEX triplet: 2B, 76 and 7F. RGB value is (43,118,127). Sum of RGB (Red+Green+Blue) = 43+118+127=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B767F is #D48980. Grayscale: #606060. Windows color (decimal): -13928833 or 8353323. OLE color: 8353323.

HSL color Cylindrical-coordinate representation of color #2B767F: hue angle of 186.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B767F is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB43118127-
CMYK0.660.0700.50
HSL186.43º49.41%33.33%-
HSV(B)186.43º66.14%49.8%-
XYZ11.311522.38-
YUV96.6145.1589.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 127 (50% from 255) = 44.10%
R=14.93%
G=40.97%
B=44.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal431181270.660.0700.50186.4349.4133.33
Hex2B767F427032ba3121
Octal5316617710270622726141
Binary101011111011011111111000010111011001010111010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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