Html Css Color HEX #297B8F Astral

📋 copy color: '#297B8F'

red 41 ◦ green 123 ◦ blue 143

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

Shades of Astral #297B8F

Tints of Astral #297B8F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

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

R = 13.36%
G = 40.07%
B = 46.58%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#297B8F (or 0x297B8F) is known color: Astral. HEX triplet: 29, 7B and 8F. RGB value is (41,123,143). Sum of RGB (Red+Green+Blue) = 41+123+143=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #297B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B8F is #D68470. Grayscale: #646464. Windows color (decimal): -14058609 or 9403177. OLE color: 9403177.

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

Color convert

RGB 41 123 143 -
CMYK 0.71 0.14 0 0.44
HSL 191.76º 0.55% 0.36% -
HSV(B) 191.76º 0.71% 0.56% -
XYZ 12.96 16.62 28.51 -
YUV 100.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 41 123 143 0.71 0.14 0 0.44 191.76 0.55 0.36
Hex 29 7B 8F 47 E 0 2C C0 37 24
Octal 51 173 217 107 16 0 54 300 67 44
Binary 101001 1111011 10001111 1000111 1110 0 101100 11000000 110111 100100

Color Harmonies of #297B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B8F

Black with #297B8F

Text Example


Text Example

White with #297B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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