#2B6C87

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

Shades of Astral #2B6C87

Tints of Astral #2B6C87

Color information

#2B6C87 (or 0x2B6C87) is unknown color: approx Astral. HEX triplet: 2B, 6C and 87. RGB value is (43,108,135). Sum of RGB (Red+Green+Blue) = 43+108+135=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B6C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6C87 is #D49378. Grayscale: #5B5B5B. Windows color (decimal): -13931385 or 8875051. OLE color: 8875051.

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

Color convert

RGB43108135-
CMYK0.680.200.47
HSL197.61º51.69%34.9%-
HSV(B)197.61º68.15%52.94%-
XYZ10.7312.9924.86-
YUV91.64152.4793.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=15.03%
G=37.76%
B=47.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431081350.680.200.47197.6151.6934.9
Hex2B6C87441402Fc63423
Octal53154207104240573066443
Binary101011110110010000111100010010100010111111000110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,108,135); }

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

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

 a { background-color: rgb(43,108,135); }

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

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

 span { border-color: rgb(43,108,135); }

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