Html Css Color HEX #297A95 Astral

📋 copy color: '#297A95'

red 41 ◦ green 122 ◦ blue 149

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

Shades of Astral #297A95

Tints of Astral #297A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 13.14%
G = 39.1%
B = 47.76%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297A95 (or 0x297A95) is known color: Astral. HEX triplet: 29, 7A and 95. RGB value is (41,122,149). Sum of RGB (Red+Green+Blue) = 41+122+149=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #297A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A95 is #D6856A. Grayscale: #646464. Windows color (decimal): -14058859 or 9796137. OLE color: 9796137.

HSL color Cylindrical-coordinate representation of color #297A95: hue angle of 195º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297A95 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 122 149 -
CMYK 0.72 0.18 0 0.42
HSL 195º 0.57% 0.37% -
HSV(B) 195º 0.72% 0.58% -
XYZ 13.3 16.56 30.93 -
YUV 100.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 41 122 149 0.72 0.18 0 0.42 195 0.57 0.37
Hex 29 7A 95 48 12 0 2A C3 39 25
Octal 51 172 225 110 22 0 52 303 71 45
Binary 101001 1111010 10010101 1001000 10010 0 101010 11000011 111001 100101

Color Harmonies of #297A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A95

Black with #297A95

Text Example


Text Example

White with #297A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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