#298586

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

Shades of Atoll #298586

Tints of Atoll #298586

Color information

#298586 (or 0x298586) is unknown color: approx Atoll. HEX triplet: 29, 85 and 86. RGB value is (41,133,134). Sum of RGB (Red+Green+Blue) = 41+133+134=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #298586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298586 is #D67A79. Grayscale: #696969. Windows color (decimal): -14056058 or 8815913. OLE color: 8815913.

HSL color Cylindrical-coordinate representation of color #298586: hue angle of 180.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298586 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41133134-
CMYK0.690.0100.47
HSL180.65º53.14%34.31%-
HSV(B)180.65º69.4%52.55%-
XYZ13.6118.9725.5-
YUV105.61144.0281.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=13.31%
G=43.18%
B=43.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411331340.690.0100.47180.6553.1434.31
Hex29858645102Fb53522
Octal5120520610510572656542
Binary101001100001011000011010001011010111110110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298586; }

 p { color: rgb(41,133,134); }

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

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

 a { background-color: rgb(41,133,134); }

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

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

 span { border-color: rgb(41,133,134); }

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