#2F6E8D

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

Shades of Astral #2F6E8D

Tints of Astral #2F6E8D

Color information

#2F6E8D (or 0x2F6E8D) is unknown color: approx Astral. HEX triplet: 2F, 6E and 8D. RGB value is (47,110,141). Sum of RGB (Red+Green+Blue) = 47+110+141=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F6E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6E8D is #D09172. Grayscale: #5E5E5E. Windows color (decimal): -13668723 or 9268783. OLE color: 9268783.

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

Color convert

RGB47110141-
CMYK0.670.2200.45
HSL199.79º50%36.86%-
HSV(B)199.79º66.67%55.29%-
XYZ11.5613.6827.23-
YUV94.7154.1393.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.77%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=15.77%
G=36.91%
B=47.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471101410.670.2200.45199.795036.86
Hex2F6E8D431602Dc83225
Octal57156215103260553106245
Binary101111110111010001101100001110110010110111001000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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