#2B7592

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

Shades of Astral #2B7592

Tints of Astral #2B7592

Color information

#2B7592 (or 0x2B7592) is unknown color: approx Astral. HEX triplet: 2B, 75 and 92. RGB value is (43,117,146). Sum of RGB (Red+Green+Blue) = 43+117+146=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B7592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7592 is #D48A6D. Grayscale: #616161. Windows color (decimal): -13929070 or 9598251. OLE color: 9598251.

HSL color Cylindrical-coordinate representation of color #2B7592: hue angle of 196.89º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7592 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB43117146-
CMYK0.710.2000.43
HSL196.89º54.5%37.06%-
HSV(B)196.89º70.55%57.25%-
XYZ12.5515.3129.49-
YUV98.18154.9888.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=14.05%
G=38.24%
B=47.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431171460.710.2000.43196.8954.537.06
Hex2B7592471402Bc53625
Octal53165222107240533056645
Binary101011111010110010010100011110100010101111000101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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