Html Css Color HEX #296A8E Astral

📋 copy color: '#296A8E'

red 41 ◦ green 106 ◦ blue 142

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

Shades of Astral #296A8E

Tints of Astral #296A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 14.19%
G = 36.68%
B = 49.13%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296A8E (or 0x296A8E) is known color: Astral. HEX triplet: 29, 6A and 8E. RGB value is (41,106,142). Sum of RGB (Red+Green+Blue) = 41+106+142=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #296A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A8E is #D69571. Grayscale: #5A5A5A. Windows color (decimal): -14062962 or 9333289. OLE color: 9333289.

HSL color Cylindrical-coordinate representation of color #296A8E: hue angle of 201.39º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #296A8E is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 106 142 -
CMYK 0.71 0.25 0 0.44
HSL 201.39º 0.55% 0.36% -
HSV(B) 201.39º 0.71% 0.56% -
XYZ 10.95 12.73 27.47 -
YUV 90.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 41 106 142 0.71 0.25 0 0.44 201.39 0.55 0.36
Hex 29 6A 8E 47 19 0 2C C9 37 24
Octal 51 152 216 107 31 0 54 311 67 44
Binary 101001 1101010 10001110 1000111 11001 0 101100 11001001 110111 100100

Color Harmonies of #296A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A8E

Black with #296A8E

Text Example


Text Example

White with #296A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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