Html Css Color HEX #297594 Astral

📋 copy color: '#297594'

red 41 ◦ green 117 ◦ blue 148

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

Shades of Astral #297594

Tints of Astral #297594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 13.4%
G = 38.24%
B = 48.37%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297594 (or 0x297594) is known color: Astral. HEX triplet: 29, 75 and 94. RGB value is (41,117,148). Sum of RGB (Red+Green+Blue) = 41+117+148=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #297594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297594 is #D68A6B. Grayscale: #616161. Windows color (decimal): -14060140 or 9729321. OLE color: 9729321.

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

Color convert

RGB 41 117 148 -
CMYK 0.72 0.21 0 0.42
HSL 197.38º 0.57% 0.37% -
HSV(B) 197.38º 0.72% 0.58% -
XYZ 12.62 15.33 30.31 -
YUV 97.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 41 117 148 0.72 0.21 0 0.42 197.38 0.57 0.37
Hex 29 75 94 48 15 0 2A C5 39 25
Octal 51 165 224 110 25 0 52 305 71 45
Binary 101001 1110101 10010100 1001000 10101 0 101010 11000101 111001 100101

Color Harmonies of #297594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297594

Black with #297594

Text Example


Text Example

White with #297594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297594; }

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

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

background-color css

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

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

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

border-color css

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

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

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