#2B6B8B

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

Shades of Astral #2B6B8B

Tints of Astral #2B6B8B

Color information

#2B6B8B (or 0x2B6B8B) is unknown color: approx Astral. HEX triplet: 2B, 6B and 8B. RGB value is (43,107,139). Sum of RGB (Red+Green+Blue) = 43+107+139=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B6B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6B8B is #D49474. Grayscale: #5B5B5B. Windows color (decimal): -13931637 or 9136939. OLE color: 9136939.

HSL color Cylindrical-coordinate representation of color #2B6B8B: hue angle of 200º 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 #2B6B8B is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB43107139-
CMYK0.690.2300.45
HSL200º52.75%35.69%-
HSV(B)200º69.06%54.51%-
XYZ10.9112.8926.34-
YUV91.51154.893.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=14.88%
G=37.02%
B=48.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431071390.690.2300.4520052.7535.69
Hex2B6B8B451702Dc83524
Octal53153213105270553106544
Binary101011110101110001011100010110111010110111001000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,107,139); }

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

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

 a { background-color: rgb(43,107,139); }

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

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

 span { border-color: rgb(43,107,139); }

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