#2f7895

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

Shades of Astral #2F7895

Tints of Astral #2F7895

Color information

#2F7895 (or 0x2F7895) is unknown color: approx Astral. HEX triplet: 2F, 78 and 95. RGB value is (47,120,149). Sum of RGB (Red+Green+Blue) = 47+120+149=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F7895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7895 is #D0876A. Grayscale: #656565. Windows color (decimal): -13666155 or 9795631. OLE color: 9795631.

HSL color Cylindrical-coordinate representation of color #2F7895: hue angle of 197.06º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7895 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB47120149-
CMYK0.680.1900.42
HSL197.06º52.04%38.43%-
HSV(B)197.06º68.46%58.43%-
XYZ13.3116.2130.86-
YUV101.48154.8289.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.87%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=14.87%
G=37.97%
B=47.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471201490.680.1900.42197.0652.0438.43
Hex2F7895441302Ac53426
Octal57170225104230523056446
Binary101111111100010010101100010010011010101011000101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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