Html Css Color HEX #297A8D Astral

📋 copy color: '#297A8D'

red 41 ◦ green 122 ◦ blue 141

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

Shades of Astral #297A8D

Tints of Astral #297A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 13.49%
G = 40.13%
B = 46.38%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#297A8D (or 0x297A8D) is known color: Astral. HEX triplet: 29, 7A and 8D. RGB value is (41,122,141). Sum of RGB (Red+Green+Blue) = 41+122+141=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #297A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A8D is #D68572. Grayscale: #636363. Windows color (decimal): -14058867 or 9271849. OLE color: 9271849.

HSL color Cylindrical-coordinate representation of color #297A8D: hue angle of 191.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297A8D is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 122 141 -
CMYK 0.71 0.13 0 0.45
HSL 191.4º 0.55% 0.36% -
HSV(B) 191.4º 0.71% 0.55% -
XYZ 12.68 16.31 27.68 -
YUV 99.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 41 122 141 0.71 0.13 0 0.45 191.4 0.55 0.36
Hex 29 7A 8D 47 D 0 2D BF 37 24
Octal 51 172 215 107 15 0 55 277 67 44
Binary 101001 1111010 10001101 1000111 1101 0 101101 10111111 110111 100100

Color Harmonies of #297A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A8D

Black with #297A8D

Text Example


Text Example

White with #297A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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