#2F668F

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

Shades of Astral #2F668F

Tints of Astral #2F668F

Color information

#2F668F (or 0x2F668F) is unknown color: approx Astral. HEX triplet: 2F, 66 and 8F. RGB value is (47,102,143). Sum of RGB (Red+Green+Blue) = 47+102+143=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #2F668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F668F is #D09970. Grayscale: #5A5A5A. Windows color (decimal): -13670769 or 9397807. OLE color: 9397807.

HSL color Cylindrical-coordinate representation of color #2F668F: hue angle of 205.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F668F is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB47102143-
CMYK0.670.2900.44
HSL205.62º50.53%37.25%-
HSV(B)205.62º67.13%56.08%-
XYZ10.8812.0927.75-
YUV90.23157.7897.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=16.10%
G=34.93%
B=48.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471021430.670.2900.44205.6250.5337.25
Hex2F668F431D02Cce3325
Octal57146217103350543166345
Binary101111110011010001111100001111101010110011001110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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