#2A6F88

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

Shades of Astral #2A6F88

Tints of Astral #2A6F88

Color information

#2A6F88 (or 0x2A6F88) is unknown color: approx Astral. HEX triplet: 2A, 6F and 88. RGB value is (42,111,136). Sum of RGB (Red+Green+Blue) = 42+111+136=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A6F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6F88 is #D59077. Grayscale: #5D5D5D. Windows color (decimal): -13996152 or 8941354. OLE color: 8941354.

HSL color Cylindrical-coordinate representation of color #2A6F88: hue angle of 195.96º 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 #2A6F88 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB42111136-
CMYK0.690.1800.47
HSL195.96º52.81%34.9%-
HSV(B)195.96º69.12%53.33%-
XYZ11.0813.6425.34-
YUV93.22152.1491.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=14.53%
G=38.41%
B=47.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421111360.690.1800.47195.9652.8134.9
Hex2A6F88451202Fc43523
Octal52157210105220573046543
Binary101010110111110001000100010110010010111111000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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