Html Css Color HEX #29698C Astral

📋 copy color: '#29698C'

red 41 ◦ green 105 ◦ blue 140

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

Shades of Astral #29698C

Tints of Astral #29698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 14.34%
G = 36.71%
B = 48.95%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29698C (or 0x29698C) is known color: Astral. HEX triplet: 29, 69 and 8C. RGB value is (41,105,140). Sum of RGB (Red+Green+Blue) = 41+105+140=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #29698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29698C is #D69673. Grayscale: #595959. Windows color (decimal): -14063220 or 9201961. OLE color: 9201961.

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

Color convert

RGB 41 105 140 -
CMYK 0.71 0.25 0 0.45
HSL 201.21º 0.55% 0.35% -
HSV(B) 201.21º 0.71% 0.55% -
XYZ 10.7 12.47 26.65 -
YUV 89.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 41 105 140 0.71 0.25 0 0.45 201.21 0.55 0.35
Hex 29 69 8C 47 19 0 2D C9 37 23
Octal 51 151 214 107 31 0 55 311 67 43
Binary 101001 1101001 10001100 1000111 11001 0 101101 11001001 110111 100011

Color Harmonies of #29698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29698C

Black with #29698C

Text Example


Text Example

White with #29698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29698C; }

 p { color: rgb(41,105,140); }

 H1.HeaderClassName
 {
   color: #29698C;
 }
 .AnyTagClassName
 {
   color: #29698C;
 }
</style>

background-color css

<style>
 a { background-color: #29698C; }

 a { background-color: rgb(41,105,140); }

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

border-color css

<style>
 span { border-color: #29698C; }

 span { border-color: rgb(41,105,140); }

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