#29678A

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

Shades of Astral #29678A

Tints of Astral #29678A

Color information

#29678A (or 0x29678A) is unknown color: approx Astral. HEX triplet: 29, 67 and 8A. RGB value is (41,103,138). Sum of RGB (Red+Green+Blue) = 41+103+138=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #29678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29678A is #D69875. Grayscale: #585858. Windows color (decimal): -14063734 or 9070377. OLE color: 9070377.

HSL color Cylindrical-coordinate representation of color #29678A: hue angle of 201.65º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29678A is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB41103138-
CMYK0.700.2500.46
HSL201.65º54.19%35.1%-
HSV(B)201.65º70.29%54.12%-
XYZ10.3512.0125.82-
YUV88.45155.9694.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=14.54%
G=36.52%
B=48.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411031380.700.2500.46201.6554.1935.1
Hex29678A461902Eca3623
Octal51147212106310563126643
Binary101001110011110001010100011011001010111011001010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29678A; }

 p { color: rgb(41,103,138); }

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

<style>
 a { background-color: #29678A; }

 a { background-color: rgb(41,103,138); }

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

<style>
 span { border-color: #29678A; }

 span { border-color: rgb(41,103,138); }

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