Html Css Color HEX #296A87 Astral

📋 copy color: '#296A87'

red 41 ◦ green 106 ◦ blue 135

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

Shades of Astral #296A87

Tints of Astral #296A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 14.54%
G = 37.59%
B = 47.87%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296A87 (or 0x296A87) is known color: Astral. HEX triplet: 29, 6A and 87. RGB value is (41,106,135). Sum of RGB (Red+Green+Blue) = 41+106+135=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #296A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A87 is #D69578. Grayscale: #595959. Windows color (decimal): -14062969 or 8874537. OLE color: 8874537.

HSL color Cylindrical-coordinate representation of color #296A87: hue angle of 198.51º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296A87 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 106 135 -
CMYK 0.70 0.21 0 0.47
HSL 198.51º 0.53% 0.35% -
HSV(B) 198.51º 0.7% 0.53% -
XYZ 10.44 12.53 24.79 -
YUV 89.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 41 106 135 0.70 0.21 0 0.47 198.51 0.53 0.35
Hex 29 6A 87 46 15 0 2F C7 35 23
Octal 51 152 207 106 25 0 57 307 65 43
Binary 101001 1101010 10000111 1000110 10101 0 101111 11000111 110101 100011

Color Harmonies of #296A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A87

Black with #296A87

Text Example


Text Example

White with #296A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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