#298288

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

Shades of Atoll #298288

Tints of Atoll #298288

Color information

#298288 (or 0x298288) is unknown color: approx Atoll. HEX triplet: 29, 82 and 88. RGB value is (41,130,136). Sum of RGB (Red+Green+Blue) = 41+130+136=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #298288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298288 is #D67D77. Grayscale: #676767. Windows color (decimal): -14056824 or 8946217. OLE color: 8946217.

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

Color convert

RGB41130136-
CMYK0.700.0400.47
HSL183.79º53.67%34.71%-
HSV(B)183.79º69.85%53.33%-
XYZ13.3418.2126.11-
YUV104.07146.0183.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=13.36%
G=42.35%
B=44.30%

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
Decimal411301360.700.0400.47183.7953.6734.71
Hex29828846402Fb83623
Octal5120221010640572706643
Binary10100110000010100010001000110100010111110111000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298288; }

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

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

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

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

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

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

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

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