#2B6F73

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

Shades of Atoll #2B6F73

Tints of Atoll #2B6F73

Color information

#2B6F73 (or 0x2B6F73) is unknown color: approx Atoll. HEX triplet: 2B, 6F and 73. RGB value is (43,111,115). Sum of RGB (Red+Green+Blue) = 43+111+115=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B6F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F73 is #D4908C. Grayscale: #5B5B5B. Windows color (decimal): -13930637 or 7565099. OLE color: 7565099.

HSL color Cylindrical-coordinate representation of color #2B6F73: hue angle of 183.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6F73 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB43111115-
CMYK0.630.0300.55
HSL183.33º45.57%30.98%-
HSV(B)183.33º62.61%45.1%-
XYZ9.7813.1218.24-
YUV91.12141.4793.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=15.99%
G=41.26%
B=42.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431111150.630.0300.55183.3345.5730.98
Hex2B6F733F3037b72e1f
Octal531571637730672675637
Binary101011110111111100111111111101101111011011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,111,115); }

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

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

 a { background-color: rgb(43,111,115); }

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

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

 span { border-color: rgb(43,111,115); }

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