#298585

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

Shades of Atoll #298585

Tints of Atoll #298585

Color information

#298585 (or 0x298585) is unknown color: approx Atoll. HEX triplet: 29, 85 and 85. RGB value is (41,133,133). Sum of RGB (Red+Green+Blue) = 41+133+133=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #298585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298585 is #D67A7A. Grayscale: #696969. Windows color (decimal): -14056059 or 8750377. OLE color: 8750377.

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

Color convert

RGB41133133-
CMYK0.69000.48
HSL180º52.87%34.12%-
HSV(B)180º69.17%52.16%-
XYZ13.5418.9425.13-
YUV105.49143.5282-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=13.36%
G=43.32%
B=43.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411331330.69000.4818052.8734.12
Hex298585450030b43522
Octal5120520510500602646542
Binary101001100001011000010110001010011000010110100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298585; }

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

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

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

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

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

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

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

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