Html Css Color HEX #296C90 Astral

📋 copy color: '#296C90'

red 41 ◦ green 108 ◦ blue 144

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

Shades of Astral #296C90

Tints of Astral #296C90

RGB

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

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

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

R = 13.99%
G = 36.86%
B = 49.15%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296C90 (or 0x296C90) is known color: Astral. HEX triplet: 29, 6C and 90. RGB value is (41,108,144). Sum of RGB (Red+Green+Blue) = 41+108+144=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #296C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C90 is #D6936F. Grayscale: #5B5B5B. Windows color (decimal): -14062448 or 9464873. OLE color: 9464873.

HSL color Cylindrical-coordinate representation of color #296C90: hue angle of 200.97º 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 #296C90 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 108 144 -
CMYK 0.72 0.25 0 0.44
HSL 200.97º 0.56% 0.36% -
HSV(B) 200.97º 0.72% 0.56% -
XYZ 11.31 13.21 28.34 -
YUV 92.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 41 108 144 0.72 0.25 0 0.44 200.97 0.56 0.36
Hex 29 6C 90 48 19 0 2C C9 38 24
Octal 51 154 220 110 31 0 54 311 70 44
Binary 101001 1101100 10010000 1001000 11001 0 101100 11001001 111000 100100

Color Harmonies of #296C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C90

Black with #296C90

Text Example


Text Example

White with #296C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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