#288985

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

Shades of Atoll #288985

Tints of Atoll #288985

Color information

#288985 (or 0x288985) is unknown color: approx Atoll. HEX triplet: 28, 89 and 85. RGB value is (40,137,133). Sum of RGB (Red+Green+Blue) = 40+137+133=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #288985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288985 is #D7767A. Grayscale: #6B6B6B. Windows color (decimal): -14120571 or 8751400. OLE color: 8751400.

HSL color Cylindrical-coordinate representation of color #288985: hue angle of 177.53º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288985 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB40137133-
CMYK0.7100.030.46
HSL177.53º54.8%34.71%-
HSV(B)177.53º70.8%53.73%-
XYZ14.0520.0425.32-
YUV107.54142.3679.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 137 (53.91% from 255) = 44.19%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=12.90%
G=44.19%
B=42.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371330.7100.030.46177.5354.834.71
Hex28898547032Eb23723
Octal5021120510703562626743
Binary1010001000100110000101100011101110111010110010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288985; }

 p { color: rgb(40,137,133); }

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

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

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

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

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

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

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