#2F778D

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

Shades of Astral #2F778D

Tints of Astral #2F778D

Color information

#2F778D (or 0x2F778D) is unknown color: approx Astral. HEX triplet: 2F, 77 and 8D. RGB value is (47,119,141). Sum of RGB (Red+Green+Blue) = 47+119+141=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F778D is #D08872. Grayscale: #636363. Windows color (decimal): -13666419 or 9271087. OLE color: 9271087.

HSL color Cylindrical-coordinate representation of color #2F778D: hue angle of 194.04º 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 #2F778D is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB47119141-
CMYK0.670.1600.45
HSL194.04º50%36.86%-
HSV(B)194.04º66.67%55.29%-
XYZ12.5815.7227.57-
YUV99.98151.1590.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=15.31%
G=38.76%
B=45.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471191410.670.1600.45194.045036.86
Hex2F778D431002Dc23225
Octal57167215103200553026245
Binary101111111011110001101100001110000010110111000010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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