#297890

Color #297890 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #297890

Tints of Astral #297890

Color information

#297890 (or 0x297890) is unknown color: approx Astral. HEX triplet: 29, 78 and 90. RGB value is (41,120,144). Sum of RGB (Red+Green+Blue) = 41+120+144=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #297890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297890 is #D6876F. Grayscale: #626262. Windows color (decimal): -14059376 or 9467945. OLE color: 9467945.

HSL color Cylindrical-coordinate representation of color #297890: hue angle of 193.98º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297890 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41120144-
CMYK0.720.1700.44
HSL193.98º55.68%36.27%-
HSV(B)193.98º71.53%56.47%-
XYZ12.6615.9228.79-
YUV99.12153.3386.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=13.44%
G=39.34%
B=47.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411201440.720.1700.44193.9855.6836.27
Hex297890481102Cc23824
Octal51170220110210543027044
Binary101001111100010010000100100010001010110011000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297890; }

 p { color: rgb(41,120,144); }

 H1.HeaderClassName
 {
   color: #297890;
 }
 .AnyTagClassName
 {
   color: #297890;
 }
</style>
background-color css

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

 a { background-color: rgb(41,120,144); }

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

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

 span { border-color: rgb(41,120,144); }

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