#2F6887

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

Shades of Astral #2F6887

Tints of Astral #2F6887

Color information

#2F6887 (or 0x2F6887) is unknown color: approx Astral. HEX triplet: 2F, 68 and 87. RGB value is (47,104,135). Sum of RGB (Red+Green+Blue) = 47+104+135=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F6887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6887 is #D09778. Grayscale: #5A5A5A. Windows color (decimal): -13670265 or 8874031. OLE color: 8874031.

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

Color convert

RGB47104135-
CMYK0.650.2300.47
HSL201.14º48.35%35.69%-
HSV(B)201.14º65.19%52.94%-
XYZ10.512.2524.73-
YUV90.49153.1296.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=16.43%
G=36.36%
B=47.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471041350.650.2300.47201.1448.3535.69
Hex2F6887411702Fc93024
Octal57150207101270573116044
Binary101111110100010000111100000110111010111111001001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,104,135); }

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

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

 a { background-color: rgb(47,104,135); }

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

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

 span { border-color: rgb(47,104,135); }

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