#2F6686

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

Shades of Astral #2F6686

Tints of Astral #2F6686

Color information

#2F6686 (or 0x2F6686) is unknown color: approx Astral. HEX triplet: 2F, 66 and 86. RGB value is (47,102,134). Sum of RGB (Red+Green+Blue) = 47+102+134=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F6686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6686 is #D09979. Grayscale: #595959. Windows color (decimal): -13670778 or 8807983. OLE color: 8807983.

HSL color Cylindrical-coordinate representation of color #2F6686: hue angle of 202.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6686 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB47102134-
CMYK0.650.2400.47
HSL202.07º48.07%35.49%-
HSV(B)202.07º64.93%52.55%-
XYZ10.2311.8324.3-
YUV89.2153.2897.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=16.61%
G=36.04%
B=47.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471021340.650.2400.47202.0748.0735.49
Hex2F6686411802Fca3023
Octal57146206101300573126043
Binary101111110011010000110100000111000010111111001010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,102,134); }

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

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

 a { background-color: rgb(47,102,134); }

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

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

 span { border-color: rgb(47,102,134); }

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