#2B688B

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

Shades of Astral #2B688B

Tints of Astral #2B688B

Color information

#2B688B (or 0x2B688B) is unknown color: approx Astral. HEX triplet: 2B, 68 and 8B. RGB value is (43,104,139). Sum of RGB (Red+Green+Blue) = 43+104+139=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B688B is #D49774. Grayscale: #595959. Windows color (decimal): -13932405 or 9136171. OLE color: 9136171.

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

Color convert

RGB43104139-
CMYK0.690.2500.45
HSL201.88º52.75%35.69%-
HSV(B)201.88º69.06%54.51%-
XYZ10.6112.2826.24-
YUV89.75155.7994.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=15.03%
G=36.36%
B=48.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431041390.690.2500.45201.8852.7535.69
Hex2B688B451902Dca3524
Octal53150213105310553126544
Binary101011110100010001011100010111001010110111001010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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