Html Css Color HEX #296F90 Astral

📋 copy color: '#296F90'

red 41 ◦ green 111 ◦ blue 144

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

Shades of Astral #296F90

Tints of Astral #296F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.5%

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 13.85%
G = 37.5%
B = 48.65%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296F90 (or 0x296F90) is known color: Astral. HEX triplet: 29, 6F and 90. RGB value is (41,111,144). Sum of RGB (Red+Green+Blue) = 41+111+144=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #296F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F90 is #D6906F. Grayscale: #5D5D5D. Windows color (decimal): -14061680 or 9465641. OLE color: 9465641.

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

Color convert

RGB 41 111 144 -
CMYK 0.72 0.23 0 0.44
HSL 199.22º 0.56% 0.36% -
HSV(B) 199.22º 0.72% 0.56% -
XYZ 11.63 13.85 28.45 -
YUV 93.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 41 111 144 0.72 0.23 0 0.44 199.22 0.56 0.36
Hex 29 6F 90 48 17 0 2C C7 38 24
Octal 51 157 220 110 27 0 54 307 70 44
Binary 101001 1101111 10010000 1001000 10111 0 101100 11000111 111000 100100

Color Harmonies of #296F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F90

Black with #296F90

Text Example


Text Example

White with #296F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,111,144); }

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

background-color css

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

 a { background-color: rgb(41,111,144); }

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

border-color css

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

 span { border-color: rgb(41,111,144); }

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