#297893

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

Shades of Astral #297893

Tints of Astral #297893

Color information

#297893 (or 0x297893) is unknown color: approx Astral. HEX triplet: 29, 78 and 93. RGB value is (41,120,147). Sum of RGB (Red+Green+Blue) = 41+120+147=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #297893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297893 is #D6876C. Grayscale: #636363. Windows color (decimal): -14059373 or 9664553. OLE color: 9664553.

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

Color convert

RGB41120147-
CMYK0.720.1800.42
HSL195.28º56.38%36.86%-
HSV(B)195.28º72.11%57.65%-
XYZ12.916.0130.01-
YUV99.46154.8386.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=13.31%
G=38.96%
B=47.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411201470.720.1800.42195.2856.3836.86
Hex297893481202Ac33825
Octal51170223110220523037045
Binary101001111100010010011100100010010010101011000011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297893; }

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

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

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

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

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

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

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

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