Html Css Color HEX #297A8F Astral

📋 copy color: '#297A8F'

red 41 ◦ green 122 ◦ blue 143

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

Shades of Astral #297A8F

Tints of Astral #297A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.73%

R = 13.4%
G = 39.87%
B = 46.73%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#297A8F (or 0x297A8F) is known color: Astral. HEX triplet: 29, 7A and 8F. RGB value is (41,122,143). Sum of RGB (Red+Green+Blue) = 41+122+143=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #297A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A8F is #D68570. Grayscale: #646464. Windows color (decimal): -14058865 or 9402921. OLE color: 9402921.

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

Color convert

RGB 41 122 143 -
CMYK 0.71 0.15 0 0.44
HSL 192.35º 0.55% 0.36% -
HSV(B) 192.35º 0.71% 0.56% -
XYZ 12.83 16.37 28.47 -
YUV 100.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 41 122 143 0.71 0.15 0 0.44 192.35 0.55 0.36
Hex 29 7A 8F 47 F 0 2C C0 37 24
Octal 51 172 217 107 17 0 54 300 67 44
Binary 101001 1111010 10001111 1000111 1111 0 101100 11000000 110111 100100

Color Harmonies of #297A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A8F

Black with #297A8F

Text Example


Text Example

White with #297A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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