#2A6688

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

Shades of Astral #2A6688

Tints of Astral #2A6688

Color information

#2A6688 (or 0x2A6688) is unknown color: approx Astral. HEX triplet: 2A, 66 and 88. RGB value is (42,102,136). Sum of RGB (Red+Green+Blue) = 42+102+136=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A6688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6688 is #D59977. Grayscale: #575757. Windows color (decimal): -13998456 or 8939050. OLE color: 8939050.

HSL color Cylindrical-coordinate representation of color #2A6688: hue angle of 201.7º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A6688 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB42102136-
CMYK0.690.2500.47
HSL201.7º52.81%34.9%-
HSV(B)201.7º69.12%53.33%-
XYZ10.1511.7725.03-
YUV87.94155.1295.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 136 (53.52% from 255) = 48.57%
R=15%
G=36.43%
B=48.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421021360.690.2500.47201.752.8134.9
Hex2A6688451902Fca3523
Octal52146210105310573126543
Binary101010110011010001000100010111001010111111001010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,102,136); }

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

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

 a { background-color: rgb(42,102,136); }

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

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

 span { border-color: rgb(42,102,136); }

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