#298182

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

Shades of Atoll #298182

Tints of Atoll #298182

Color information

#298182 (or 0x298182) is unknown color: approx Atoll. HEX triplet: 29, 81 and 82. RGB value is (41,129,130). Sum of RGB (Red+Green+Blue) = 41+129+130=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #298182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298182 is #D67E7D. Grayscale: #666666. Windows color (decimal): -14057086 or 8552745. OLE color: 8552745.

HSL color Cylindrical-coordinate representation of color #298182: hue angle of 180.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298182 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41129130-
CMYK0.680.0100.49
HSL180.67º52.05%33.53%-
HSV(B)180.67º68.46%50.98%-
XYZ12.7917.7823.88-
YUV102.8143.3583.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=13.67%
G=43%
B=43.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291300.680.0100.49180.6752.0533.53
Hex298182441031b53422
Octal5120120210410612656442
Binary101001100000011000001010001001011000110110101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298182; }

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

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

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

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

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

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

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

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