Html Css Color HEX #297794 Astral

📋 copy color: '#297794'

red 41 ◦ green 119 ◦ blue 148

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

Shades of Astral #297794

Tints of Astral #297794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.05%

R = 13.31%
G = 38.64%
B = 48.05%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297794 (or 0x297794) is known color: Astral. HEX triplet: 29, 77 and 94. RGB value is (41,119,148). Sum of RGB (Red+Green+Blue) = 41+119+148=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #297794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297794 is #D6886B. Grayscale: #626262. Windows color (decimal): -14059628 or 9729833. OLE color: 9729833.

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

Color convert

RGB 41 119 148 -
CMYK 0.72 0.20 0 0.42
HSL 196.26º 0.57% 0.37% -
HSV(B) 196.26º 0.72% 0.58% -
XYZ 12.86 15.8 30.39 -
YUV 98.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 41 119 148 0.72 0.20 0 0.42 196.26 0.57 0.37
Hex 29 77 94 48 14 0 2A C4 39 25
Octal 51 167 224 110 24 0 52 304 71 45
Binary 101001 1110111 10010100 1001000 10100 0 101010 11000100 111001 100101

Color Harmonies of #297794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297794

Black with #297794

Text Example


Text Example

White with #297794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297794; }

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

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

background-color css

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

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

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

border-color css

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

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

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