#2F688C

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

Shades of Astral #2F688C

Tints of Astral #2F688C

Color information

#2F688C (or 0x2F688C) is unknown color: approx Astral. HEX triplet: 2F, 68 and 8C. RGB value is (47,104,140). Sum of RGB (Red+Green+Blue) = 47+104+140=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F688C is #D09773. Grayscale: #5A5A5A. Windows color (decimal): -13670260 or 9201711. OLE color: 9201711.

HSL color Cylindrical-coordinate representation of color #2F688C: hue angle of 203.23º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F688C is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB47104140-
CMYK0.660.2600.45
HSL203.23º49.73%36.67%-
HSV(B)203.23º66.43%54.9%-
XYZ10.8612.426.63-
YUV91.06155.6296.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=16.15%
G=35.74%
B=48.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471041400.660.2600.45203.2349.7336.67
Hex2F688C421A02Dcb3225
Octal57150214102320553136245
Binary101111110100010001100100001011010010110111001011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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