Html Css Color HEX #296A89 Astral

📋 copy color: '#296A89'

red 41 ◦ green 106 ◦ blue 137

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

Shades of Astral #296A89

Tints of Astral #296A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.32%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 14.44%
G = 37.32%
B = 48.24%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#296A89 (or 0x296A89) is known color: Astral. HEX triplet: 29, 6A and 89. RGB value is (41,106,137). Sum of RGB (Red+Green+Blue) = 41+106+137=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #296A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A89 is #D69576. Grayscale: #595959. Windows color (decimal): -14062967 or 9005609. OLE color: 9005609.

HSL color Cylindrical-coordinate representation of color #296A89: hue angle of 199.38º 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 #296A89 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 106 137 -
CMYK 0.70 0.23 0 0.46
HSL 199.38º 0.54% 0.35% -
HSV(B) 199.38º 0.7% 0.54% -
XYZ 10.58 12.59 25.54 -
YUV 90.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 41 106 137 0.70 0.23 0 0.46 199.38 0.54 0.35
Hex 29 6A 89 46 17 0 2E C7 36 23
Octal 51 152 211 106 27 0 56 307 66 43
Binary 101001 1101010 10001001 1000110 10111 0 101110 11000111 110110 100011

Color Harmonies of #296A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A89

Black with #296A89

Text Example


Text Example

White with #296A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296A89; }

 p { color: rgb(41,106,137); }

 H1.HeaderClassName
 {
   color: #296A89;
 }
 .AnyTagClassName
 {
   color: #296A89;
 }
</style>

background-color css

<style>
 a { background-color: #296A89; }

 a { background-color: rgb(41,106,137); }

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

border-color css

<style>
 span { border-color: #296A89; }

 span { border-color: rgb(41,106,137); }

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