#2F7A91

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

Shades of Astral #2F7A91

Tints of Astral #2F7A91

Color information

#2F7A91 (or 0x2F7A91) is unknown color: approx Astral. HEX triplet: 2F, 7A and 91. RGB value is (47,122,145). Sum of RGB (Red+Green+Blue) = 47+122+145=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F7A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7A91 is #D0856E. Grayscale: #666666. Windows color (decimal): -13665647 or 9533999. OLE color: 9533999.

HSL color Cylindrical-coordinate representation of color #2F7A91: hue angle of 194.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7A91 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB47122145-
CMYK0.680.1600.43
HSL194.08º51.04%37.65%-
HSV(B)194.08º67.59%56.86%-
XYZ13.2416.5729.29-
YUV102.2152.1588.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.97%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=14.97%
G=38.85%
B=46.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471221450.680.1600.43194.0851.0437.65
Hex2F7A91441002Bc23326
Octal57172221104200533026346
Binary101111111101010010001100010010000010101111000010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,122,145); }

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

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

 a { background-color: rgb(47,122,145); }

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

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

 span { border-color: rgb(47,122,145); }

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