#297887

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

Shades of Atoll #297887

Tints of Atoll #297887

Color information

#297887 (or 0x297887) is unknown color: approx Atoll. HEX triplet: 29, 78 and 87. RGB value is (41,120,135). Sum of RGB (Red+Green+Blue) = 41+120+135=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #297887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297887 is #D68778. Grayscale: #616161. Windows color (decimal): -14059385 or 8878121. OLE color: 8878121.

HSL color Cylindrical-coordinate representation of color #297887: hue angle of 189.57º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297887 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41120135-
CMYK0.700.1100.47
HSL189.57º53.41%34.51%-
HSV(B)189.57º69.63%52.94%-
XYZ1215.6525.31-
YUV98.09148.8387.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 135 (53.12% from 255) = 45.61%
R=13.85%
G=40.54%
B=45.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411201350.700.1100.47189.5753.4134.51
Hex29788746B02Fbe3523
Octal51170207106130572766543
Binary10100111110001000011110001101011010111110111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297887; }

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

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

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

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

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

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

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

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