#297A87

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

Shades of Atoll #297A87

Tints of Atoll #297A87

Color information

#297A87 (or 0x297A87) is unknown color: approx Atoll. HEX triplet: 29, 7A and 87. RGB value is (41,122,135). Sum of RGB (Red+Green+Blue) = 41+122+135=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #297A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A87 is #D68578. Grayscale: #636363. Windows color (decimal): -14058873 or 8878633. OLE color: 8878633.

HSL color Cylindrical-coordinate representation of color #297A87: hue angle of 188.3º 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 #297A87 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41122135-
CMYK0.700.1000.47
HSL188.3º53.41%34.51%-
HSV(B)188.3º69.63%52.94%-
XYZ12.2516.1425.39-
YUV99.26148.1686.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=13.76%
G=40.94%
B=45.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411221350.700.1000.47188.353.4134.51
Hex297A8746A02Fbc3523
Octal51172207106120572746543
Binary10100111110101000011110001101010010111110111100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A87; }

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

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

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

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

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

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

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

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