#298187

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

Shades of Atoll #298187

Tints of Atoll #298187

Color information

#298187 (or 0x298187) is unknown color: approx Atoll. HEX triplet: 29, 81 and 87. RGB value is (41,129,135). Sum of RGB (Red+Green+Blue) = 41+129+135=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #298187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298187 is #D67E78. Grayscale: #676767. Windows color (decimal): -14057081 or 8880425. OLE color: 8880425.

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

Color convert

RGB41129135-
CMYK0.700.0400.47
HSL183.83º53.41%34.51%-
HSV(B)183.83º69.63%52.94%-
XYZ13.1417.9225.69-
YUV103.37145.8583.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=13.44%
G=42.30%
B=44.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411291350.700.0400.47183.8353.4134.51
Hex29818746402Fb83523
Octal5120120710640572706543
Binary10100110000001100001111000110100010111110111000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298187; }

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

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

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

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

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

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

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

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