#2B6F8D

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

Shades of Astral #2B6F8D

Tints of Astral #2B6F8D

Color information

#2B6F8D (or 0x2B6F8D) is unknown color: approx Astral. HEX triplet: 2B, 6F and 8D. RGB value is (43,111,141). Sum of RGB (Red+Green+Blue) = 43+111+141=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B6F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6F8D is #D49072. Grayscale: #5D5D5D. Windows color (decimal): -13930611 or 9269035. OLE color: 9269035.

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

Color convert

RGB43111141-
CMYK0.700.2100.45
HSL198.37º53.26%36.08%-
HSV(B)198.37º69.5%55.29%-
XYZ11.4913.8127.26-
YUV94.09154.4791.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=14.58%
G=37.63%
B=47.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431111410.700.2100.45198.3753.2636.08
Hex2B6F8D461502Dc63524
Octal53157215106250553066544
Binary101011110111110001101100011010101010110111000110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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