#288281

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

Shades of Atoll #288281

Tints of Atoll #288281

Color information

#288281 (or 0x288281) is unknown color: approx Atoll. HEX triplet: 28, 82 and 81. RGB value is (40,130,129). Sum of RGB (Red+Green+Blue) = 40+130+129=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #288281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288281 is #D77D7E. Grayscale: #666666. Windows color (decimal): -14122367 or 8487464. OLE color: 8487464.

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

Color convert

RGB40130129-
CMYK0.6900.010.49
HSL179.33º52.94%33.33%-
HSV(B)179.33º69.23%50.98%-
XYZ12.821823.57-
YUV102.98142.6883.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=13.38%
G=43.48%
B=43.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401301290.6900.010.49179.3352.9433.33
Hex288281450131b33521
Octal5020220110501612636541
Binary101000100000101000000110001010111000110110011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288281; }

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

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

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

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

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

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

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

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