Html Css Color HEX #297A90 Astral

📋 copy color: '#297A90'

red 41 ◦ green 122 ◦ blue 144

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

Shades of Astral #297A90

Tints of Astral #297A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

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

R = 13.36%
G = 39.74%
B = 46.91%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#297A90 (or 0x297A90) is known color: Astral. HEX triplet: 29, 7A and 90. RGB value is (41,122,144). Sum of RGB (Red+Green+Blue) = 41+122+144=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #297A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A90 is #D6856F. Grayscale: #646464. Windows color (decimal): -14058864 or 9468457. OLE color: 9468457.

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

Color convert

RGB 41 122 144 -
CMYK 0.72 0.15 0 0.44
HSL 192.82º 0.56% 0.36% -
HSV(B) 192.82º 0.72% 0.56% -
XYZ 12.91 16.4 28.87 -
YUV 100.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 41 122 144 0.72 0.15 0 0.44 192.82 0.56 0.36
Hex 29 7A 90 48 F 0 2C C1 38 24
Octal 51 172 220 110 17 0 54 301 70 44
Binary 101001 1111010 10010000 1001000 1111 0 101100 11000001 111000 100100

Color Harmonies of #297A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A90

Black with #297A90

Text Example


Text Example

White with #297A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297A90; }

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

 H1.HeaderClassName
 {
   color: #297A90;
 }
 .AnyTagClassName
 {
   color: #297A90;
 }
</style>

background-color css

<style>
 a { background-color: #297A90; }

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

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

border-color css

<style>
 span { border-color: #297A90; }

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

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