#2F728D

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

Shades of Astral #2F728D

Tints of Astral #2F728D

Color information

#2F728D (or 0x2F728D) is unknown color: approx Astral. HEX triplet: 2F, 72 and 8D. RGB value is (47,114,141). Sum of RGB (Red+Green+Blue) = 47+114+141=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F728D is #D08D72. Grayscale: #606060. Windows color (decimal): -13667699 or 9269807. OLE color: 9269807.

HSL color Cylindrical-coordinate representation of color #2F728D: hue angle of 197.23º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F728D is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB47114141-
CMYK0.670.1900.45
HSL197.23º50%36.86%-
HSV(B)197.23º66.67%55.29%-
XYZ1214.5627.38-
YUV97.04152.892.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=15.56%
G=37.75%
B=46.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471141410.670.1900.45197.235036.86
Hex2F728D431302Dc53225
Octal57162215103230553056245
Binary101111111001010001101100001110011010110111000101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,141); }

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

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

 a { background-color: rgb(47,114,141); }

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

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

 span { border-color: rgb(47,114,141); }

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