#299987

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

Shades of Niagara #299987

Tints of Niagara #299987

Color information

#299987 (or 0x299987) is unknown color: approx Niagara. HEX triplet: 29, 99 and 87. RGB value is (41,153,135). Sum of RGB (Red+Green+Blue) = 41+153+135=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #299987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299987 is #D66678. Grayscale: #757575. Windows color (decimal): -14050937 or 8886569. OLE color: 8886569.

HSL color Cylindrical-coordinate representation of color #299987: hue angle of 170.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299987 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB41153135-
CMYK0.7300.120.4
HSL170.36º57.73%38.04%-
HSV(B)170.36º73.2%60%-
XYZ16.682526.87-
YUV117.46137.8973.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=12.46%
G=46.50%
B=41.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531350.7300.120.4170.3657.7338.04
Hex299987490C28aa3a26
Octal51231207111014502527246
Binary101001100110011000011110010010110010100010101010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299987; }

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

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

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

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

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

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

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

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