#2B848C

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

Shades of Atoll #2B848C

Tints of Atoll #2B848C

Color information

#2B848C (or 0x2B848C) is unknown color: approx Atoll. HEX triplet: 2B, 84 and 8C. RGB value is (43,132,140). Sum of RGB (Red+Green+Blue) = 43+132+140=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B848C is #D47B73. Grayscale: #6A6A6A. Windows color (decimal): -13925236 or 9208875. OLE color: 9208875.

HSL color Cylindrical-coordinate representation of color #2B848C: hue angle of 184.95º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B848C is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB43132140-
CMYK0.690.0600.45
HSL184.95º53.01%35.88%-
HSV(B)184.95º69.29%54.9%-
XYZ13.9818.9127.72-
YUV106.3147.0182.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=13.65%
G=41.90%
B=44.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431321400.690.0600.45184.9553.0135.88
Hex2B848C45602Db93524
Octal5320421410560552716544
Binary10101110000100100011001000101110010110110111001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,132,140); }

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

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

 a { background-color: rgb(43,132,140); }

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

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

 span { border-color: rgb(43,132,140); }

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