#2F7897

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

Shades of Astral #2F7897

Tints of Astral #2F7897

Color information

#2F7897 (or 0x2F7897) is unknown color: approx Astral. HEX triplet: 2F, 78 and 97. RGB value is (47,120,151). Sum of RGB (Red+Green+Blue) = 47+120+151=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F7897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7897 is #D08768. Grayscale: #656565. Windows color (decimal): -13666153 or 9926703. OLE color: 9926703.

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

Color convert

RGB47120151-
CMYK0.690.2100.41
HSL197.88º52.53%38.82%-
HSV(B)197.88º68.87%59.22%-
XYZ13.4716.2731.71-
YUV101.71155.8288.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=14.78%
G=37.74%
B=47.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471201510.690.2100.41197.8852.5338.82
Hex2F78974515029c63527
Octal57170227105250513066547
Binary101111111100010010111100010110101010100111000110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,120,151); }

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

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

 a { background-color: rgb(47,120,151); }

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

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

 span { border-color: rgb(47,120,151); }

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