#2B7796

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

Shades of Astral #2B7796

Tints of Astral #2B7796

Color information

#2B7796 (or 0x2B7796) is unknown color: approx Astral. HEX triplet: 2B, 77 and 96. RGB value is (43,119,150). Sum of RGB (Red+Green+Blue) = 43+119+150=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7796 is #D48869. Grayscale: #636363. Windows color (decimal): -13928554 or 9860907. OLE color: 9860907.

HSL color Cylindrical-coordinate representation of color #2B7796: hue angle of 197.38º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7796 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB43119150-
CMYK0.710.2100.41
HSL197.38º55.44%37.84%-
HSV(B)197.38º71.33%58.82%-
XYZ13.115.9131.23-
YUV99.81156.3287.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=13.78%
G=38.14%
B=48.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431191500.710.2100.41197.3855.4437.84
Hex2B77964715029c53726
Octal53167226107250513056746
Binary101011111011110010110100011110101010100111000101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,150); }

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

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

 a { background-color: rgb(43,119,150); }

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

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

 span { border-color: rgb(43,119,150); }

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