Html Css Color HEX #296C89 Astral

📋 copy color: '#296C89'

red 41 ◦ green 108 ◦ blue 137

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

Shades of Astral #296C89

Tints of Astral #296C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 14.34%
G = 37.76%
B = 47.9%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#296C89 (or 0x296C89) is known color: Astral. HEX triplet: 29, 6C and 89. RGB value is (41,108,137). Sum of RGB (Red+Green+Blue) = 41+108+137=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #296C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C89 is #D69376. Grayscale: #5B5B5B. Windows color (decimal): -14062455 or 9006121. OLE color: 9006121.

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

Color convert

RGB 41 108 137 -
CMYK 0.70 0.21 0 0.46
HSL 198.13º 0.54% 0.35% -
HSV(B) 198.13º 0.7% 0.54% -
XYZ 10.79 13 25.61 -
YUV 91.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 41 108 137 0.70 0.21 0 0.46 198.13 0.54 0.35
Hex 29 6C 89 46 15 0 2E C6 36 23
Octal 51 154 211 106 25 0 56 306 66 43
Binary 101001 1101100 10001001 1000110 10101 0 101110 11000110 110110 100011

Color Harmonies of #296C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C89

Black with #296C89

Text Example


Text Example

White with #296C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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