#2B678F

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

Shades of Astral #2B678F

Tints of Astral #2B678F

Color information

#2B678F (or 0x2B678F) is unknown color: approx Astral. HEX triplet: 2B, 67 and 8F. RGB value is (43,103,143). Sum of RGB (Red+Green+Blue) = 43+103+143=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B678F is #D49870. Grayscale: #595959. Windows color (decimal): -13932657 or 9398059. OLE color: 9398059.

HSL color Cylindrical-coordinate representation of color #2B678F: hue angle of 204º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B678F is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB43103143-
CMYK0.700.2800.44
HSL204º53.76%36.47%-
HSV(B)204º69.93%56.08%-
XYZ10.812.227.77-
YUV89.62158.1294.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=14.88%
G=35.64%
B=49.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431031430.700.2800.4420453.7636.47
Hex2B678F461C02Ccc3624
Octal53147217106340543146644
Binary101011110011110001111100011011100010110011001100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,143); }

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

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

 a { background-color: rgb(43,103,143); }

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

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

 span { border-color: rgb(43,103,143); }

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