#2f668c

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

Shades of Astral #2F668C

Tints of Astral #2F668C

Color information

#2F668C (or 0x2F668C) is unknown color: approx Astral. HEX triplet: 2F, 66 and 8C. RGB value is (47,102,140). Sum of RGB (Red+Green+Blue) = 47+102+140=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F668C is #D09973. Grayscale: #595959. Windows color (decimal): -13670772 or 9201199. OLE color: 9201199.

HSL color Cylindrical-coordinate representation of color #2F668C: hue angle of 204.52º 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 #2F668C is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB47102140-
CMYK0.660.2700.45
HSL204.52º49.73%36.67%-
HSV(B)204.52º66.43%54.9%-
XYZ10.661226.57-
YUV89.89156.2897.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=16.26%
G=35.29%
B=48.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471021400.660.2700.45204.5249.7336.67
Hex2F668C421B02Dcd3225
Octal57146214102330553156245
Binary101111110011010001100100001011011010110111001101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f668c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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