Html Css Color HEX #297793 Astral

📋 copy color: '#297793'

red 41 ◦ green 119 ◦ blue 147

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

Shades of Astral #297793

Tints of Astral #297793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 13.36%
G = 38.76%
B = 47.88%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297793 (or 0x297793) is known color: Astral. HEX triplet: 29, 77 and 93. RGB value is (41,119,147). Sum of RGB (Red+Green+Blue) = 41+119+147=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #297793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297793 is #D6886C. Grayscale: #626262. Windows color (decimal): -14059629 or 9664297. OLE color: 9664297.

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

Color convert

RGB 41 119 147 -
CMYK 0.72 0.19 0 0.42
HSL 195.85º 0.56% 0.37% -
HSV(B) 195.85º 0.72% 0.58% -
XYZ 12.78 15.77 29.97 -
YUV 98.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 41 119 147 0.72 0.19 0 0.42 195.85 0.56 0.37
Hex 29 77 93 48 13 0 2A C4 38 25
Octal 51 167 223 110 23 0 52 304 70 45
Binary 101001 1110111 10010011 1001000 10011 0 101010 11000100 111000 100101

Color Harmonies of #297793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297793

Black with #297793

Text Example


Text Example

White with #297793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297793; }

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

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

background-color css

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

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

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

border-color css

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

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

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