#298189

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

Shades of Atoll #298189

Tints of Atoll #298189

Color information

#298189 (or 0x298189) is unknown color: approx Atoll. HEX triplet: 29, 81 and 89. RGB value is (41,129,137). Sum of RGB (Red+Green+Blue) = 41+129+137=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #298189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298189 is #D67E76. Grayscale: #676767. Windows color (decimal): -14057079 or 9011497. OLE color: 9011497.

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

Color convert

RGB41129137-
CMYK0.700.0600.46
HSL185º53.93%34.9%-
HSV(B)185º70.07%53.73%-
XYZ13.2817.9826.44-
YUV103.6146.8583.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=13.36%
G=42.02%
B=44.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411291370.700.0600.4618553.9334.9
Hex29818946602Eb93623
Octal5120121110660562716643
Binary10100110000001100010011000110110010111010111001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298189; }

 p { color: rgb(41,129,137); }

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

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

 a { background-color: rgb(41,129,137); }

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

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

 span { border-color: rgb(41,129,137); }

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