Html Css Color HEX #29678D Astral

📋 copy color: '#29678D'

red 41 ◦ green 103 ◦ blue 141

#29678D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #29678D

Tints of Astral #29678D

RGB

 RED value IS 41 (16.41% from 255) = 14.39%

 GREEN value IS 103 (40.63% from 255) = 36.14%

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 14.39%
G = 36.14%
B = 49.47%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29678D (or 0x29678D) is known color: Astral. HEX triplet: 29, 67 and 8D. RGB value is (41,103,141). Sum of RGB (Red+Green+Blue) = 41+103+141=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #29678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29678D is #D69872. Grayscale: #585858. Windows color (decimal): -14063731 or 9266985. OLE color: 9266985.

HSL color Cylindrical-coordinate representation of color #29678D: hue angle of 202.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29678D is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 103 141 -
CMYK 0.71 0.27 0 0.45
HSL 202.8º 0.55% 0.36% -
HSV(B) 202.8º 0.71% 0.55% -
XYZ 10.57 12.1 26.98 -
YUV 88.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 41 103 141 0.71 0.27 0 0.45 202.8 0.55 0.36
Hex 29 67 8D 47 1B 0 2D CB 37 24
Octal 51 147 215 107 33 0 55 313 67 44
Binary 101001 1100111 10001101 1000111 11011 0 101101 11001011 110111 100100

Color Harmonies of #29678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29678D

Black with #29678D

Text Example


Text Example

White with #29678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29678D;
 }
 .AnyTagClassName
 {
   color: #29678D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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