#2B6E85

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

Shades of Astral #2B6E85

Tints of Astral #2B6E85

Color information

#2B6E85 (or 0x2B6E85) is unknown color: approx Astral. HEX triplet: 2B, 6E and 85. RGB value is (43,110,133). Sum of RGB (Red+Green+Blue) = 43+110+133=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B6E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6E85 is #D4917A. Grayscale: #5C5C5C. Windows color (decimal): -13930875 or 8744491. OLE color: 8744491.

HSL color Cylindrical-coordinate representation of color #2B6E85: hue angle of 195.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B6E85 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB43110133-
CMYK0.680.1700.48
HSL195.33º51.14%34.51%-
HSV(B)195.33º67.67%52.16%-
XYZ10.8113.3624.2-
YUV92.59150.892.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=15.03%
G=38.46%
B=46.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431101330.680.1700.48195.3351.1434.51
Hex2B6E854411030c33323
Octal53156205104210603036343
Binary101011110111010000101100010010001011000011000011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,133); }

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

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

 a { background-color: rgb(43,110,133); }

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

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

 span { border-color: rgb(43,110,133); }

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