#2F668A

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

Shades of Astral #2F668A

Tints of Astral #2F668A

Color information

#2F668A (or 0x2F668A) is unknown color: approx Astral. HEX triplet: 2F, 66 and 8A. RGB value is (47,102,138). Sum of RGB (Red+Green+Blue) = 47+102+138=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F668A is #D09975. Grayscale: #595959. Windows color (decimal): -13670774 or 9070127. OLE color: 9070127.

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

Color convert

RGB47102138-
CMYK0.660.2600.46
HSL203.74º49.19%36.27%-
HSV(B)203.74º65.94%54.12%-
XYZ10.5111.9425.8-
YUV89.66155.2897.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=16.38%
G=35.54%
B=48.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471021380.660.2600.46203.7449.1936.27
Hex2F668A421A02Ecc3124
Octal57146212102320563146144
Binary101111110011010001010100001011010010111011001100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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