#2B7589

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

Shades of Astral #2B7589

Tints of Astral #2B7589

Color information

#2B7589 (or 0x2B7589) is unknown color: approx Astral. HEX triplet: 2B, 75 and 89. RGB value is (43,117,137). Sum of RGB (Red+Green+Blue) = 43+117+137=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B7589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7589 is #D48A76. Grayscale: #616161. Windows color (decimal): -13929079 or 9008427. OLE color: 9008427.

HSL color Cylindrical-coordinate representation of color #2B7589: hue angle of 192.77º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B7589 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB43117137-
CMYK0.690.1500.46
HSL192.77º52.22%35.29%-
HSV(B)192.77º68.61%53.73%-
XYZ11.8715.0425.94-
YUV97.15150.4889.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=14.48%
G=39.39%
B=46.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal431171370.690.1500.46192.7752.2235.29
Hex2B758945F02Ec13423
Octal53165211105170563016443
Binary10101111101011000100110001011111010111011000001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,137); }

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

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

 a { background-color: rgb(43,117,137); }

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

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

 span { border-color: rgb(43,117,137); }

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