#2B767C

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

Shades of Atoll #2B767C

Tints of Atoll #2B767C

Color information

#2B767C (or 0x2B767C) is unknown color: approx Atoll. HEX triplet: 2B, 76 and 7C. RGB value is (43,118,124). Sum of RGB (Red+Green+Blue) = 43+118+124=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B767C is #D48983. Grayscale: #606060. Windows color (decimal): -13928836 or 8156715. OLE color: 8156715.

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

Color convert

RGB43118124-
CMYK0.650.0500.51
HSL184.44º48.5%32.75%-
HSV(B)184.44º65.32%48.63%-
XYZ11.1114.9321.36-
YUV96.26143.6590.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=15.09%
G=41.40%
B=43.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal431181240.650.0500.51184.4448.532.75
Hex2B767C415033b83121
Octal5316617410150632706141
Binary101011111011011111001000001101011001110111000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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