#2F6889

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

Shades of Astral #2F6889

Tints of Astral #2F6889

Color information

#2F6889 (or 0x2F6889) is unknown color: approx Astral. HEX triplet: 2F, 68 and 89. RGB value is (47,104,137). Sum of RGB (Red+Green+Blue) = 47+104+137=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F6889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6889 is #D09776. Grayscale: #5A5A5A. Windows color (decimal): -13670263 or 9005103. OLE color: 9005103.

HSL color Cylindrical-coordinate representation of color #2F6889: hue angle of 202º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F6889 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB47104137-
CMYK0.660.2400.46
HSL202º48.91%36.08%-
HSV(B)202º65.69%53.73%-
XYZ10.6412.3125.48-
YUV90.72154.1296.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.32%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=16.32%
G=36.11%
B=47.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471041370.660.2400.4620248.9136.08
Hex2F6889421802Eca3124
Octal57150211102300563126144
Binary101111110100010001001100001011000010111011001010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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