#2B7997

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

Shades of Astral #2B7997

Tints of Astral #2B7997

Color information

#2B7997 (or 0x2B7997) is unknown color: approx Astral. HEX triplet: 2B, 79 and 97. RGB value is (43,121,151). Sum of RGB (Red+Green+Blue) = 43+121+151=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B7997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7997 is #D48668. Grayscale: #646464. Windows color (decimal): -13928041 or 9926955. OLE color: 9926955.

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

Color convert

RGB43121151-
CMYK0.720.2000.41
HSL196.67º55.67%38.04%-
HSV(B)196.67º71.52%59.22%-
XYZ13.4216.4231.74-
YUV101.1156.1686.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=13.65%
G=38.41%
B=47.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431211510.720.2000.41196.6755.6738.04
Hex2B79974814029c53826
Octal53171227110240513057046
Binary101011111100110010111100100010100010100111000101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,121,151); }

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

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

 a { background-color: rgb(43,121,151); }

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

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

 span { border-color: rgb(43,121,151); }

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