#2B7085

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

Shades of Astral #2B7085

Tints of Astral #2B7085

Color information

#2B7085 (or 0x2B7085) is unknown color: approx Astral. HEX triplet: 2B, 70 and 85. RGB value is (43,112,133). Sum of RGB (Red+Green+Blue) = 43+112+133=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B7085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7085 is #D48F7A. Grayscale: #5D5D5D. Windows color (decimal): -13930363 or 8745003. OLE color: 8745003.

HSL color Cylindrical-coordinate representation of color #2B7085: hue angle of 194º 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 #2B7085 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB43112133-
CMYK0.680.1600.48
HSL194º51.14%34.51%-
HSV(B)194º67.67%52.16%-
XYZ11.0213.824.27-
YUV93.76150.1491.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=14.93%
G=38.89%
B=46.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431121330.680.1600.4819451.1434.51
Hex2B70854410030c23323
Octal53160205104200603026343
Binary101011111000010000101100010010000011000011000010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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