Html Css Color HEX #297193 Astral

📋 copy color: '#297193'

red 41 ◦ green 113 ◦ blue 147

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

Shades of Astral #297193

Tints of Astral #297193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 13.62%
G = 37.54%
B = 48.84%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297193 (or 0x297193) is known color: Astral. HEX triplet: 29, 71 and 93. RGB value is (41,113,147). Sum of RGB (Red+Green+Blue) = 41+113+147=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #297193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297193 is #D68E6C. Grayscale: #5F5F5F. Windows color (decimal): -14061165 or 9662761. OLE color: 9662761.

HSL color Cylindrical-coordinate representation of color #297193: hue angle of 199.25º degrees, saturation: 0.56, 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 #297193 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 113 147 -
CMYK 0.72 0.23 0 0.42
HSL 199.25º 0.56% 0.37% -
HSV(B) 199.25º 0.72% 0.58% -
XYZ 12.09 14.39 29.74 -
YUV 95.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 41 113 147 0.72 0.23 0 0.42 199.25 0.56 0.37
Hex 29 71 93 48 17 0 2A C7 38 25
Octal 51 161 223 110 27 0 52 307 70 45
Binary 101001 1110001 10010011 1001000 10111 0 101010 11000111 111000 100101

Color Harmonies of #297193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297193

Black with #297193

Text Example


Text Example

White with #297193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297193; }

 p { color: rgb(41,113,147); }

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

background-color css

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

 a { background-color: rgb(41,113,147); }

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

border-color css

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

 span { border-color: rgb(41,113,147); }

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