#297987

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

Shades of Atoll #297987

Tints of Atoll #297987

Color information

#297987 (or 0x297987) is unknown color: approx Atoll. HEX triplet: 29, 79 and 87. RGB value is (41,121,135). Sum of RGB (Red+Green+Blue) = 41+121+135=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #297987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297987 is #D68678. Grayscale: #626262. Windows color (decimal): -14059129 or 8878377. OLE color: 8878377.

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

Color convert

RGB41121135-
CMYK0.700.1000.47
HSL188.94º53.41%34.51%-
HSV(B)188.94º69.63%52.94%-
XYZ12.1215.925.35-
YUV98.68148.586.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=13.80%
G=40.74%
B=45.45%

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
Decimal411211350.700.1000.47188.9453.4134.51
Hex29798746A02Fbd3523
Octal51171207106120572756543
Binary10100111110011000011110001101010010111110111101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297987; }

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

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

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

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

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

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

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

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